You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi,
According to RFC 2617, the authorization scheme should be case insensitive; thus,
Basic
andbasic
should both be valid.Here's the relevant part:
Thanks!
The text was updated successfully, but these errors were encountered: