This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PypeBros
Recipients PypeBros
Date 2019-11-04.15:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572881244.97.0.30421713667.issue38686@roundup.psfhosted.org>
In-reply-to
Content
in urllib/request.py, 
   when trying to use HTTP Digest Authentication 
   with a server that replies with `WWW-Authenticate: Digest` 
   where `qop="auth,auth-int"` rather than mere `qop="auth"`

the connection fails to establish with a "qop 'auth,auth-int' is not supported" error message.

`qop="auth,auth-int" should imho be accepted according to the `qop-options` rule in §3.2.1 of https://www.ietf.org/rfc/rfc2617.txt, given that 'auth' is supported by urllib/request.py
History
Date User Action Args
2019-11-04 15:27:24PypeBrossetrecipients: + PypeBros
2019-11-04 15:27:24PypeBrossetmessageid: <1572881244.97.0.30421713667.issue38686@roundup.psfhosted.org>
2019-11-04 15:27:24PypeBroslinkissue38686 messages
2019-11-04 15:27:24PypeBroscreate