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

HTTP-Authentication not working #10

Closed
Boddlnagg opened this issue Mar 15, 2013 · 1 comment
Closed

HTTP-Authentication not working #10

Boddlnagg opened this issue Mar 15, 2013 · 1 comment

Comments

@Boddlnagg
Copy link

HTTP authentication does not work (neither Basic nor Digest). The reason seems to be that a WWW-Authorize header is sent, but the correct header would be WWW-Authenticate. The status code is also incorrectly not set to 401 Unauthorized when presenting the challenge.

@jgauffin
Copy link
Owner

doh! Stupid mistake. Fixed in the next commit.

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

No branches or pull requests

2 participants