Web Error Codes
5 technologies · 96 error codes
Independent reference for HTTP status codes, Nginx web server errors, Cloudflare CDN edge errors, Chromium network errors, and CORS cross-origin policy errors with clear explanations, common causes, and context.
About Web Error Codes
FixerCode maintains an independent, curated reference of 96 web error codes across 5 technologies. The web category covers HTTP status codes (the protocol-level response language defined by RFC 9110), web server errors from Nginx and similar servers, edge-level errors from content delivery networks like Cloudflare, Chromium network errors (ERR_*) generated by the browser's network stack before an HTTP response is received, and CORS cross-origin policy errors enforced by the browser's Same-Origin Policy.
Web error codes span four layers: protocol-level HTTP status codes that any web server or API can return, server-specific codes that Nginx and other servers define for edge cases outside the HTTP standard, CDN-specific codes (such as Cloudflare's 520–526 range) that indicate failures between the edge and the origin server, and client-side errors (Chromium ERR_ codes and CORS policy blocks) that occur in the browser before or during an HTTP request. Understanding which layer produced the code is the first step in diagnosis.
Each code page includes a plain-language explanation of what the code means, a list of common causes, frequently asked questions, and links to related codes within the same response family or across other categories. All entries are independently researched and are not affiliated with any vendor mentioned on this site.
Select a Technology 5
Current Coverage
Browser - 3 error codes
Proxy - 15 error codes
Browser - 5 error codes
Web Server - 58 error codes
Web Server - 15 error codes
Frequently Asked Questions
Web error codes include HTTP status codes (defined by RFC 9110), web server-specific codes (like Nginx's 444 and 499), CDN-specific codes (like Cloudflare's 520–526), Chromium network errors (ERR_* codes from the browser's network stack), and CORS cross-origin policy errors. FixerCode currently documents 96 web error codes across these layers.
HTTP status codes are standardized by RFC 9110 and can be returned by any web server. CDN error codes (such as Cloudflare 520–526) are specific to the CDN's edge network and indicate failures in the connection between the CDN and the origin server, not failures defined by the HTTP specification.
Chromium network errors (prefixed with ERR_) are generated by the browser's own network stack when a connection fails at the DNS, TCP, or TLS layer — before any HTTP response is received. HTTP status codes are sent by the server after a successful connection. A Chromium error means the browser never reached the server at all.
The most frequently encountered web error codes are 404 (Not Found), 403 (Forbidden), 500 (Internal Server Error), 502 (Bad Gateway), 503 (Service Unavailable), 504 (Gateway Timeout), ERR_CONNECTION_REFUSED, and the CORS 'No Access-Control-Allow-Origin' error. These cover the majority of everyday web browsing and API troubleshooting scenarios.