luthriaajay
Programmer
Hi,
Can I view the response Headers sent by the Server back to the Client??
It is possible to check the client Headers with the following in your servlet code:
String contentType = request.getContent();
System.out.println(contentType);
How can I check the response headers of the server which it sends back to the client?
If on the server I say : response.setContentType("text/html"
;
what method I need to invoke on my client to see this content Type???
Please can any one respond..
ajay
ajayluthria@hotmail.com
Can I view the response Headers sent by the Server back to the Client??
It is possible to check the client Headers with the following in your servlet code:
String contentType = request.getContent();
System.out.println(contentType);
How can I check the response headers of the server which it sends back to the client?
If on the server I say : response.setContentType("text/html"
what method I need to invoke on my client to see this content Type???
Please can any one respond..
ajay
ajayluthria@hotmail.com