4xx · Client Error
403Forbidden
The client does not have access rights to the content.
What is HTTP 403?
The 403 Forbidden status means the server understood the request but refuses to authorize it. Unlike 401, authentication will not help. The client is known but does not have permission.
Example
GET /admin with regular user token → 403 ForbiddenCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →