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.

