403
Forbidden
Client Error
Description
The server understood the request but refuses to authorize it
Common Usage
User is authenticated but doesn't have permission to access resource
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 403 ForbiddencURL Example
curl -I https://example.com
# Returns: HTTP/1.1 403 ForbiddenClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category