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 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.
Actual Behavior
When http basic authentication is enabled and the
Authorizationheader is prefixed with"BASIC"or"BaSiC"and contains a valid token, then the service responds with a401 Unauthorizedstatus.Expected Behavior
When http basic authentication is enabled and the
Authorizationheader is prefixed with"BASIC"or"BaSiC"and contains a valid token, then the service responds with a200 OKstatus.