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

[333 byte] By [sylverspoona] at [2007-11-27 10:53:52]
# 1

OK, i found i must use the getHeaderField(String key) method

sylverspoona at 2007-7-29 11:46:43 > top of Java-index,Desktop,Core GUI APIs...