Re: [OT] Examining Response Headers

2004-02-07 Thread Adam Hardy
/07/2004 04:00 PM Robert Taylor wrote: Adam, thanks. I did that. The problem is that I need to see request and response headers from different browsers. robert -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Saturday, February 07, 2004 5:59 AM To: Struts Users Mailing Lis

RE: [OT] Examining Response Headers

2004-02-07 Thread Robert Taylor
ubject: Re: [OT] Examining Response Headers > > > here's my suggestion: Firebird or Mozilla browser with LiveHttpHeaders > extension. > > On 02/07/2004 12:35 AM Mike Duffy wrote: > > Robert, > > > > DevProxy is a great program for monitoring the request and &

Re: [OT] Examining Response Headers

2004-02-07 Thread Adam Hardy
here's my suggestion: Firebird or Mozilla browser with LiveHttpHeaders extension. On 02/07/2004 12:35 AM Mike Duffy wrote: Robert, DevProxy is a great program for monitoring the request and response headers: http://www.widgetbuilders.com/ I recently did some socket programming. DevProxy was a

Re: [OT] Examining Response Headers

2004-02-06 Thread Mike Duffy
Robert, DevProxy is a great program for monitoring the request and response headers: http://www.widgetbuilders.com/ I recently did some socket programming. DevProxy was an invaluable tool. You can see exactly what flows through the socket between browser and host. Very good GUI interface. M

RE: [OT] Examining Response Headers

2004-02-06 Thread Robert Taylor
gt; Subject: Re: [OT] Examining Response Headers > > > Robert, > You can use the org.apache.soap.util.net.TcpTunnelGui > tool to monitor your request and response messages. It > comes in the Jakarta SOAP distribution. It acts like a > proxy. You will n

Re: [OT] Examining Response Headers

2004-02-06 Thread Richard Yee
Robert, You can use the org.apache.soap.util.net.TcpTunnelGui tool to monitor your request and response messages. It comes in the Jakarta SOAP distribution. It acts like a proxy. You will need to run it using something like java org.apache.soap.util.net.TcpTunnelGui server_host_name 80 where

RE: [OT] Examining Response Headers

2004-02-06 Thread Desai, Sunny
Try JMeter on soureceforge.net -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 1:45 PM To: [EMAIL PROTECTED] Subject: [OT] Examining Response Headers Sorry for the OT post, but Googling and searching the mailing list archives are not

Re: [OT] Examining Response Headers

2004-02-06 Thread David Erickson
Filters + Eclipse + Debug? -David - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 11:44 AM Subject: [OT] Examining Response Headers > Sorry for the OT post, but Googling and searching the

[OT] Examining Response Headers

2004-02-06 Thread Robert Taylor
Sorry for the OT post, but Googling and searching the mailing list archives are not producing much. I may not be asking the right question though. Anyhow, I need a tool (free) to examine the request and response headers. Any suggestions? robert -