proxy to monitor http requests

Evan Simpson evan at 4-am.com
Fri Jun 6 12:04:09 EDT 2003


Achim Domma wrote:
> I want to analyze how differnet soap libs build their xml messages. To do
> this I want to put a proxy between my calling code and the server to display
> the requests and responses. Does something like that already exists in
> python? I wouldn't be surprised if it can be done with some lines of Twisted
> code, but I don't know how.

You want TCPWatch.py:

http://hathaway.freezope.org/Software/TCPWatch

I've used it to debug HTTP headers, POP connections, and WebDAV 
interactions.  It works with anything that goes over TCP.

Cheers,

Evan @ 4-am







More information about the Python-list mailing list