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
When http basic authentication is enabled and the Authorization header is prefixed with "BASIC" or "BaSiC" and contains a valid token, then the service responds with a 401 Unauthorized status.
Expected Behavior
When http basic authentication is enabled and the Authorization header is prefixed with "BASIC" or "BaSiC" and contains a valid token, then the service responds with a 200 OK status.
The text was updated successfully, but these errors were encountered:
Actual Behavior
When http basic authentication is enabled and the
Authorization
header is prefixed with"BASIC"
or"BaSiC"
and contains a valid token, then the service responds with a401 Unauthorized
status.Expected Behavior
When http basic authentication is enabled and the
Authorization
header is prefixed with"BASIC"
or"BaSiC"
and contains a valid token, then the service responds with a200 OK
status.The text was updated successfully, but these errors were encountered: