We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WWW-Authenticate
When sending a request with incorrect credentials, the MDS API returns a 401 response without an WWW-Authenticate header.
A WWW-Authenticate header should accompany a 401 response caused by authentication issues.
A WWW-Authenticate header is not included.
Make a valid request to the MDS API with incorrect credentials.
Front conversations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When sending a request with incorrect credentials, the MDS API returns a 401 response without an
WWW-Authenticate
header.Expected Behaviour
A
WWW-Authenticate
header should accompany a 401 response caused by authentication issues.Current Behaviour
A
WWW-Authenticate
header is not included.Steps to Reproduce
Make a valid request to the MDS API with incorrect credentials.
Context (Environment)
Screenshots
Further details
Proposal
Hypothesis
Possible Implementation
Front conversations
The text was updated successfully, but these errors were encountered: