Re: How to view the actual HTTP generated by a struts action.

2005-01-11 Thread Jason Lea
For Mozilla + Firefox you can use this extension to view the POSTed headers http://livehttpheaders.mozdev.org/ Doesn't help if you want to see what IE is sending, some of the other suggestions would work in that case. kjc wrote: Is there a way to log the HTTP post string that is sent by the brows

RE: How to view the actual HTTP generated by a struts action.

2005-01-11 Thread Karr, David
ginal Message- > From: kjc [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 2:25 PM > To: Struts Users Mailing List > Subject: How to view the actual HTTP generated by a struts action. > > > Is there a way to log the HTTP post string that is sent

RE: How to view the actual HTTP generated by a struts action.

2005-01-11 Thread Sullivan, Sean C - MWT
https://tcpmon.dev.java.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to view the actual HTTP generated by a struts action.

2005-01-11 Thread Ulrich Elsner
Yet another tool that might be worth checking out is Fiddler ( ttp://www.fiddlertool.com/fiddler/ ) a free tool (Windows only :-( ) that I found quite helpful when analyzing HTTP traffic. Regards, Ulrich Elsner On Mon, 10 Jan 2005 17:47:21 -0500, Bryce Fischer <[EMAIL PROTECTED]> wrote: > Ji

Re: How to view the actual HTTP generated by a struts action.

2005-01-10 Thread Richard Yee
There is also a feature in JDeveloper 10g that lets you monitor TCP/IP traffic using a proxy. If you use the Apache SOAP library, there is another utility available inside it called TcpTunnelGUI in the org.apache.soap.util.net package. -Richard At 02:47 PM 1/10/2005, you wrote: Jim Barrows wrot

Re: How to view the actual HTTP generated by a struts action.

2005-01-10 Thread Bryce Fischer
Jim Barrows wrote: -Original Message- From: kjc [mailto:[EMAIL PROTECTED] Is there a way to log the HTTP post string that is sent by the browser when clicking on Why won't right click view source not work? I think the OP meant what the HTTP Post looks like, not what the generated HTML l

RE: How to view the actual HTTP generated by a struts action.

2005-01-10 Thread Jim Barrows
> -Original Message- > From: kjc [mailto:[EMAIL PROTECTED] > Sent: Monday, January 10, 2005 3:25 PM > To: Struts Users Mailing List > Subject: How to view the actual HTTP generated by a struts action. > > > Is there a way to log the HTTP post string that is sen

How to view the actual HTTP generated by a struts action.

2005-01-10 Thread kjc
Is there a way to log the HTTP post string that is sent by the browser when clicking on buttonOps is an instance of ImageButton pattern. I'm sure readers of the group are familiar with it. Thanks in advance. - To unsubscribe, e-