Hello All, I am a newbie here. I want to retrieve data from a site(Admin is my colleague) which uses MindTouch. So I am trying to connect to MindTouch Server using HTTP protocol. The problem I am facing is the url to connect to it
HttpClient httpclient = new DefaultHttpClient();
HttpGet get = new HttpGet("...url....");
Can someone help me the url part here and Yes I must only use java.
Any help here will be appreciated. Thank you


Reply With Quote