401 Unauthorized
- Category :
- Concept
- Tags :
- general_computing_gleanings
- http
- http_status_codes
- 4XX_client_error_responses
- 4
- Created:
Table of Contents
About
The HTTP 401 Unauthorized
client error response status code
indicates that a request was not successful because it lacks valid
authentication credentials for the requested resource; this status
code is sent with an HTTP WWW-Authenticate response header that
contains information on the authentication scheme the server expects
the client to include to make the request successfully1.
Anki
Links
References
MDN. “401 Unauthorized”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/401. (Accessed: ). ↩︎
Share :
Other Articles
- Published:
- ETag header
- Category: Concept
- Published:
- Content negotiation headers
- Category: Concept