[issue26134] HTTPPasswordMgrWithPriorAuth does not work with DigestAuthentication

2016-01-17 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue26134] HTTPPasswordMgrWithPriorAuth does not work with DigestAuthentication

2016-01-17 Thread Martin Panter
Martin Panter added the comment: Perhaps this is similar to Issue 7752, about reusing the nonce. -- ___ Python tracker ___ ___ Python-

[issue26134] HTTPPasswordMgrWithPriorAuth does not work with DigestAuthentication

2016-01-16 Thread Martin Panter
Martin Panter added the comment: Despite the title of the other report, it looks like we ended up having a HTTPPasswordMgrWithPriorAuth class instead, and there is no longer a HTTPBasicPriorAuthHandler class. Also, if this proposal could work, it would have to go into a new version of Python;