Error AtlasError Documentation and Resolution

HTTP 403 Forbidden

403 Forbidden

The server understood the request but refuses to authorize it, even if the client retries with the same identity.

403 Forbiddenauthentication
403 Forbidden
  • The authenticated user or client does not have permission for the resource.
  • The server blocks the request because of policy, WAF, IP, or directory restrictions.
  • The resource is intentionally forbidden even though the request is otherwise valid.
  1. Check permission rules, ACLs, and policy conditions for the target resource.
  2. Verify whether IP restrictions, WAF rules, or directory settings are blocking access.
  3. Retry only after the access policy or identity has been corrected.
MDN: 403 Forbidden
403 Forbidden: what it means and how to fix it | Error Atlas