403 forbidden error

Chris Angelico rosuav at gmail.com
Wed Oct 22 08:43:29 EDT 2014


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



More information about the Python-list mailing list