sniffing btw my web browser and a server

David N. Welton davidw at prosa.it
Wed Dec 27 07:38:54 EST 2000


Jan Dries <jdries at mail.com> writes:

> >I'm doing some sort of web client programming, and have to observe the
> >messages that my browser and web-servers transmit, being tired of guessing
> >what the messages'd be and looking up the references and the specifications.
> >
> >Anyone has done it in Python or knows how it could be done?
> >
> 
> If all you want is to see the trafic between a browser and server
> [ ... ]

I just use a system call tracer for this sort of thing.  It's kind of
crude, but it's fast, and I can see *exactly* what is happening
between my browser and server without putting anything between them.

-- 
David N. Welton
     Personal:           http://www.efn.org/~davidw/  
Free Software:           http://people.debian.org/~davidw/
   Apache Tcl:           http://tcl.apache.org



More information about the Python-list mailing list