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: ). ↩︎