Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 606 Bytes

403.md

File metadata and controls

12 lines (7 loc) · 606 Bytes

Description

The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to authorize it.

This status is similar to 401, but for the 403 Forbidden status code, re-authenticating makes no difference. The access is tied to the application logic, such as insufficient rights to a resource.

See Also

Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403