Hello, I have such a problem that I recieve HTTP content from a specified address after GET/POST methods. Tipically: HttpResponse hresponse = httpclient.execute(hrequest);
Getting the entity: HttpEntity entity = hresponse.getEntity(); When return code is for example 200 it enables me to get the stream and do sth with it. When return code if 404 no data can be retrieved. Normally doing action by browser gives a specific 404 page. Please help. -- View this message in context: http://old.nabble.com/When-returning-page-is-404-no-InputStream-can-be-read-tp27336341p27336341.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
