lookup> 403

403 ·Forbidden

The server understood the request but refuses to authorize it.

Client ErrorRFC7231#6.5.3
Status403
PhraseForbidden
TypeClient Error
SpecificationRFC7231#6.5.3

What does HTTP 403 mean?

The server understood the request but refuses to authorize it.

It belongs to the 4xx Client Error class of responses, defined in RFC7231#6.5.3.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 403

Check authorization rules, IP allow-lists and object permissions on the server side.

  • Permission denied by access rules
  • IP allow-list rejection
  • Missing role or entitlement

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Check authorization rules, IP allow-lists and object permissions on the server side.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 403 cacheable?

403 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The server understood the request but refuses to authorize it.

4xx responses

Related status codes