Search tools

Find a tool by name or what it does.

403Forbidden

The server understood the request, knows who you are, and is refusing anyway. Authenticating again will not help.

Browse all HTTP status codes

When you see it

Permissions, most of the time: a valid account without the right role, an API key lacking a scope, or a resource belonging to someone else.

On a website it is also a common file-permissions error, where the web server process cannot read a file on disk, or directory listing is disabled and no index file exists.

What to do about it

Check permissions before credentials, because a 403 has already accepted your identity. For an API, confirm the key has the scope the endpoint requires. For a site you host, check the file permissions and ownership of the path being requested.

A 403 where you expected a 404 is sometimes deliberate. Revealing that a resource exists but is off limits leaks information, so some servers hide private resources behind 404 instead.

Often confused with

Look up another one

Open

Type a code, a partial code like 40, or any word from a name or description. Everything runs in your browser.

Filter
Copy format
Status codes

69 of 69 codes. Click a row to copy it.

1xx Informational (4)
2xx Success (10)
3xx Redirection (8)
4xx Client errors (31)
5xx Server errors (16)