This web site creates a *popup window* => how fetch contents in a script?

Paul Rubin http
Wed Mar 7 00:39:46 EST 2007


"Gabriel Genellina" <gagsl-py2 at yahoo.com.ar> writes:
> - same as above, but using a protocol sniffer to record the HTTP
> requests/responses. This may be needed if HTTP POST is used instead.

Usually studying the originating page is enough, or at worst use a
client side proxy to log the http session.  A protocol sniffer sounds
like too much trouble and I've never needed to resort to one for
something like this.  



More information about the Python-list mailing list