"Gabriel Genellina" <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list