LinkAutopsy
URL Diagnostic System
Online
HTTP Status

HTTP Status Checker

Find the real response code a server returns and what it means — 200, 301, 403, 404, 5xx, and more.

// Status Code Reference
CodeMeaningLikely Cause
200OKPage is reachable and loading normally
301Moved PermanentlyURL has a permanent redirect to another address
302Temporary RedirectTemporary forward; original URL still canonical
403ForbiddenWAF, geo-block, IP ban, or wrong file permissions
404Not FoundPage/path doesn't exist; check spelling and routes
500Server ErrorApp crash or misconfiguration on the server side
502Bad GatewayUpstream server (origin) returned an invalid response
503Service UnavailableServer overloaded or in maintenance mode
504Gateway TimeoutOrigin server took too long to respond to the proxy
// FAQ

Usually a WAF, geo-IP rule, bot filter, or server permission issue. Try from a different network or use the Browser vs Bot comparison in Autopsy.

The origin server is down, overloaded, or a CDN/reverse proxy can't reach it. Check server logs or contact your host.

A 301/302 is normal — but too many hops (3+) slow down load and can confuse crawlers. Run Autopsy to trace the full chain.