Hi, I am trying to send a GET request to http://[email protected]/abc.php I am not sure how to send request to this url. I am trying like this.
HttpGet httpGet = new HttpGet("http://[email protected]/abc.php");
But this does not seem to be working. Any ideas?
Regards,
Kashif
--
View this message in context:
http://www.nabble.com/BasicAuthentication-using-HttpClient-4.0-tp25578027p25578027.html
Sent from the HttpClient-User mailing list archive at Nabble.com.
