Dump HTTP Request and Response Headers

2004-03-11 Thread mganesh
Dear folks, How could i dump HTTP Response and Request headers. Im using Apache 1.3 and Tomcat 4.0 MOD_JK. Regards Ganesh

RE: Dump HTTP Request and Response Headers

2004-03-12 Thread Ronald Wildenberg
> Dear folks, > How could i dump HTTP Response and Request headers. > Im using Apache 1.3 and Tomcat 4.0 MOD_JK. > For Mozilla you have a tool called Live HTTP Headers (http://livehttpheaders.mozdev.org/) that does exactly what you want. You install it into Mozilla and it shows you the heade

Re: Dump HTTP Request and Response Headers

2004-03-12 Thread Adam Hardy
On 03/12/2004 06:05 AM mganesh wrote: Dear folks, How could i dump HTTP Response and Request headers. Im using Apache 1.3 and Tomcat 4.0 MOD_JK. Hi Ganesh, if you are talking client-side, then there is an excellent extension for Firefox browser called HTTP headers. I expect there's something

RE: Dump HTTP Request and Response Headers

2004-03-12 Thread Ralph Einfeldt
ay, March 12, 2004 10:24 AM > To: Tomcat Users List > Subject: Re: Dump HTTP Request and Response Headers > > > Server-side, it's easy for request headers - you can getHeaders() to > obtain an Enumeration of them. But for the response headers, > it's only possible