proxy to monitor http requests

Andrew Dalke adalke at mindspring.com
Thu Jun 5 19:50:32 EDT 2003


Achim Domma:
> 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.

You might also consider a packet sniffer like ethereal, at
  http://www.ethereal.com/
With it you can watch all traffic going from one machine to the other
using a given port, and you don't need any sort of proxy.

                    Andrew
                    dalke at dalkescientific.com






More information about the Python-list mailing list