Re: HTTPProxyTunnel

2003-02-20 Thread Steve Loughran
- Original Message - From: "Ricky Ho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 07:48 Subject: HTTPProxyTunnel > In fact, I need HTTP level tracing but not TCP level tracing. If there is > another tool that works like a

Re: HTTPProxyTunnel

2003-02-20 Thread Benjamin Tomasini
Once you move from TCP --> HTTP you move from a protocol tunnel to an application proxy. I don't think you need something that works "like" a proxy, what you need is an HTTP proxy. Perhaps squid or something allows you do dump out the raw HTTP traffic? Ben On Thu, 2003-02-20 at 10:48, Ricky Ho

HTTPProxyTunnel

2003-02-20 Thread Ricky Ho
Would it be nice to no requiring the TCPTunnel to define the target address and port ? For example, I have a client application which dynamically determine the service endpoint address (via UDDI), there is NO way that I can setup the TCPTunnel to monitor the traffic between the client app and t