← All status codes
4xx Client Error
403 Forbidden

The server understood the request but refuses to authorize it.

What it means

A 403 Forbidden response means the server received the request and understood it, but is refusing to fulfill it. Unlike a 401, the user may be authenticated, but they do not have permission to access the resource. This is an authorization problem, not an authentication one.

Common causes

  • The user is logged in but does not have permission to access the resource.
  • The server is blocking the request based on IP address, country, or user agent.
  • Directory listing is disabled.
  • File permissions on the server are incorrect.

How to fix it

  • Verify the user has the right permissions to access the resource.
  • If you are the site owner, check file and directory permissions on the server.
  • Review any IP or geographic restrictions that may be blocking the request.

Test a URL and see its actual status code now.

Open the checker →