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

Fix: WebServer: Digest authentication failed for some clients #5506

Merged
merged 3 commits into from
Dec 18, 2018

Conversation

lukasostendorf
Copy link
Contributor

This PR fixes Issue #4717.

As stated in the issue, some devices send qop="auth" in the authorization header, but the server only accepts qop=auth. This apparently affects IPhone/IPad devices, but also python-requests.

The PR fixes it by accepting both header versions, even if one might violate the RFC standard.

@lukasostendorf lukasostendorf changed the title Fix: Digest authentication failed for some clients Fix: WebServer: Digest authentication failed for some clients Dec 16, 2018
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.

3 participants