Searchable reference for 70+ HTTP status codes — 1xx
informational, 2xx success, 3xx redirection, 4xx client
errors, 5xx server errors, plus the nginx custom 444/499
and Cloudflare 520-527, 530. Every entry has the number,
standard name in EN and ZH, plain-English meaning, three to
five common causes (the things that actually trigger this
code in production), real scenarios pulled from upload
forms, deploys, mobile apps, captive portals and CDNs, and
the three to five things to check first when you hit it.
Cross-referenced with the RFC section so you can audit
semantics. Search across code, name, meaning, causes,
scenarios, troubleshooting steps; one-click filter by class
(1xx-5xx); copy any code to clipboard. Highlights the
pitfalls that swallow days of debugging — 401 vs 403, 301
vs 302 vs 307 vs 308, 502 (upstream broken) vs 504
(upstream slow), nginx 413 client_max_body_size, the
proxy_pass trailing-slash trap, Cloudflare 524 long-job
timeout, WebSocket 101 + 60s read_timeout, captive-portal
511. Built for backend engineers, SREs, frontend devs, QA,
and anyone who has ever stared at a colour-coded error page
and asked "what does this even mean and whose fault is
it". Fully client-side, no API calls, no telemetry. Pair
with our Nginx, Docker, kubectl and Regex cheat sheets.