403 Forbidden
- Category :
- Concept
- Tags :
- general_computing_gleanings
- http
- http_status_codes
- 4XX_client_error_response
- 4
- Created:
Table of Contents
About
The HTTP 402 Forbidden
client error response status code indicates
that the server understood the request but refused to process it; it
is similar to 401, except that for 403 Forbidden
responses,
authenticating or re-authenticating makes no difference; the request
failure is tied to application logic, such as insufficient permissions
to a resource or action1.
Anki
Links
References
MDN. “403 Forbidden”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/403. (Accessed: ). ↩︎
Share :
Other Articles
- Published:
- computer programming
- Category: Concept
- Published:
- 404 Not Found
- Category: Concept
- Published:
- Origin header
- Category: Concept