Message60522
The urllib2 digest auth handler is totally broken.
1. It looks for an "Authorization" header instead of "WWW-
Authenticate" (Authorization is the header you send back).
2. It thinks passwords in the URL are port names.
3. Even if you get around all that, it just doesn't work. It seems
to encrypt the thing wrongly and get itself into an infinite loop
sending the wrong answer back again and again, being rejected
each time. |
|
Date |
User |
Action |
Args |
2008-01-20 09:57:00 | admin | link | issue979407 messages |
2008-01-20 09:57:00 | admin | create | |
|