Need to download password-protected page with urllib
Max M
maxm at mxm.dk
Mon Oct 7 06:29:48 EDT 2002
More information about the Python-list mailing list
Mon Oct 7 06:29:48 EDT 2002
- Previous message (by thread): Need to download password-protected page with urllib
- Next message (by thread): [Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Max M wrote: > The problem is that the page is password protected. Which means I go to > one page and logs in. I then get redirected to another page. Then I can > go to the page I want to view. Well problem solved to my full satisfaction by installing the ClientCookie module and using that. Which was kind of a no-brainer to get working. If you need to get the good stuff go to: http://wwwsearch.sourceforge.net/ClientCookie/ regards Max M ><evolve> > >
- Previous message (by thread): Need to download password-protected page with urllib
- Next message (by thread): [Python-Dev] PEP239 (Rational Numbers) Reference Implementation and new issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list