HTTP Status Codes - Online Reference Guide

Reference guide for HTTP status codes. Learn the meaning of 200, 404, 500, and all HTTP codes.

Share
403client

Forbidden

The server understood the request but refuses to authorize it. Unlike 401, re-authenticating will not help.

Common Causes

Insufficient permissions, IP restrictions, file permissions, or CORS policy violations.

How to Fix

Check user permissions and access rights. Verify CORS configuration. Ensure the authenticated user has the required role.

Related Status Codes

Related Tools

More Code & Dev Tools