Send HTTP Request to Server

Guys,

i need to implement a program that will send request to the server and recieve the http response from the server.

Some of information will attached in the http response from the server.

My application must able to catch out this info in the http response header.

I had use the httpClient jar to send the request and i able to recieve http response 200 or 400 only from the server.

Can any one of you give me some idea on how to retrieve the attached info in the response header?

Thanks in advance.

[546 byte] By [ccwoon80a] at [2007-11-27 10:12:57]
# 1

See http://jakarta.apache.org/commons/httpclient/apidocs/index.html

package org.apache.commons.httpclient.methods methods: GetMethod PostMethod : getResponseHeaderGroup, getResponseHeaders, getResponseHeaders...

java_2006a at 2007-7-28 15:23:44 > top of Java-index,Java Essentials,New To Java...