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:
> 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
> >>
> >><html:image src="anImage.jpg"  property="buttonOps.buttonA" />
> >
> > 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 looks like.
> 
> I use a feature that comes with MyEclipse (its not unique to MyEclipse,
> but its the one I'm familiar with). I think another popular one is
> ProxyWorkbench http://www.tcpiq.com/tcpIQ/ProxyWorkbench/.
> 
> Basically, they act like a proxy. Suppose your Tomcat listens on port
> 8080.  You setup your proxy to listen to another port, like say 8081. It
> redirects to port 8080. You then setup your app to post to port 8081.
> The proxy logs the conversation.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to