403 forbidden error
Chris Angelico
rosuav at gmail.com
Wed Oct 22 08:43:29 EDT 2014
More information about the Python-list mailing list
Wed Oct 22 08:43:29 EDT 2014
- Previous message (by thread): 403 forbidden error
- Next message (by thread): 403 forbidden error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Oct 22, 2014 at 10:36 PM, <diyaraik at gmail.com> wrote: > Could anyone please help me to resolve 403 forbidden error while logging into an application. That comes down tot he server you're talking to. Maybe your username/password is wrong, or maybe you need to send back a cookie, or something. If you do some web searches, you should be able to find some info about HTTP; the better you understand the protocol, the more you'll understand of what urllib2 is saying. ChrisA
- Previous message (by thread): 403 forbidden error
- Next message (by thread): 403 forbidden error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list