Python urllib2: How to ignore HTTPError 401 -
I want to use a web page with urllib2 and I am receiving a HTTP error 401: unauthorized.
Now, my problem is that this page does not require any authentication when using browsers like Firefox. Only when I use Google Chrome, a certification dialogue pops up, though this happens after the page is completely filled. So I can only cancel the authentication and normally use the page.
Do anyone know how I can open this webpage without authentication? Thanks a lot!
P.S. Pages url: $ sitepreview / sampran.go.th/
This is one of the best articles Out there on authentication
Comments
Post a Comment