HttpLib & IE Header

Fredrik Lundh fredrik at pythonware.com
Mon May 10 10:56:49 EDT 1999


Bruno Monnet wrote:
> Is it possible to simulate an Internet Explorer Browser using http
> puheader() ? I need to analyse a page and the server answer "no robot"

putheader('User-Agent', 'Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)')
might be sufficient.

</F>





More information about the Python-list mailing list