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

Authorization scheme for HTTP Basic Authentication should be case insensitive #86

Open
rlander opened this issue Nov 28, 2019 · 0 comments

Comments

@rlander
Copy link

rlander commented Nov 28, 2019

Hi,

According to RFC 2617, the authorization scheme should be case insensitive; thus, Basic and basic should both be valid.

Here's the relevant part:

HTTP provides a simple challenge-response authentication mechanism
that MAY be used by a server to challenge a client request and by a
client to provide authentication information. It uses an extensible,
case-insensitive token to identify the authentication scheme...

Thanks!

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

1 participant