script detection

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Jan 28 09:16:12 EST 2002


cyclotron at gmx.net (cyclotron) writes:

> How can I fake the browser identification? I couldn't find useful
> information about it on the net.

RFC2616 describes the HTTP protocol. Of course, the values to put
into, e.g. User-Agent vary from user agent to user agent, so if you
cannot come up with anything else, might be best to create your own
web server, dumping all requests as they arrive from your client
(BaseHTTPServer does that when you run it as a program).

Regards,
Martin



More information about the Python-list mailing list