reading server response to a post request
My applet send a http request to a server with the POST methode.
I use to read the response in the body of the page but in this case the response is in the header of the page.
How can a do this ? I'm using a HttpURLConnection but i only can read the date int he header.
Thanks for link or exemple.
sly

