Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple www-authenticate headers #3000

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

marcoancona
Copy link

#2999

PR Description

Adding support for multiple www-authenticate headers. Parsing of www-authenticate from response.headers requires some care, as multiple headers are joined using , which is also used inside the Digest header. So we use a regex to split the string, looking for a capital letter following the comma.

Select among all www-authenticate headers received from the server one that is supported
@marcoancona
Copy link
Author

Mmmm... https tests have an issue (CERT_HAS_EXPIRED). This also the same on master for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants