All HTTP Status Codes
403

Forbidden

4xx Client Error

What It Means

The server understood the request but refuses to authorize it.

When You'll See It

Returned when a user is authenticated but lacks permission to access the resource.

Related Status Codes

Frequently Asked Questions

What does HTTP 403 mean?

HTTP 403 Forbidden means: The server understood the request but refuses to authorize it.

When does a server return 403?

Returned when a user is authenticated but lacks permission to access the resource.

Is 403 a client error or server error?

HTTP 403 is a Client Error (4xx) response. This means the issue is on the client side — the request was incorrect or unauthorized.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.