I\'m trying to send a GET request using HttpClient, but I keep getting an IllegalStateException. Any idea what\'s causing this? I\'ve
GET
HttpClient
IllegalStateException
you have to add the http:// to address, in order to get it work. Avoid the use of URLEncoder, if you do.
http://