RE: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread Peter Crowther
From: Marco Mastrocinque [mailto:[EMAIL PROTECTED] 'Due to the mechanism of Windows operating system, a sniffer can't capture local-to-local traffic.' Please note I found this out the hard way! The question I have is how do you do it? You use another physical machine to send the requests,

Re: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread Jerome Jar
If you only want to see the http headers, a tiny plugin for IE may help you: http://www.blunck.info/iehttpheaders.html On Mon, 21 Feb 2005 21:08:53 +1100, Marco Mastrocinque [EMAIL PROTECTED] wrote: Hi All, Just a 'silly question,' I downloaded a HTTP sniffing program because I want to

RE: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread James Richardson
Depending on why you want to do this, you might find this useful: Valve className=org.apache.catalina.valves.RequestDumperValve / Its normally commented out in the server.xml, simply uncomment to dump out the requests. Cheers James -Original Message- From: Marco Mastrocinque

RE: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread sven morales
Hi, I have been recommending the TCPMON tool from Apache Axis project, its an applet. This allows you to see the the request response between client and Tomcat. Also with nmap you can make a proxy and capture data flowing, I just cant find my note that has this tip at the moment. aka_sergio

RE: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread Subir Sengupta
You should be able to telnet to the Tomcat server and send it a request. The response including headers will be visible in your telnet session. Subir -Original Message- From: Marco Mastrocinque [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 2:09 AM To: