HTTP Status Checker
Check the HTTP status code a URL returns, following any redirects.
Related tools
How it works
- 1
Enter a URL
Including the protocol, e.g. https://example.com.
- 2
Checked server-side
Redirects are followed automatically (up to 10 hops).
- 3
See the final status
Status code, final URL, redirect count and response time.
FAQ
- Why does this need a server, unlike most tools here?
- Fetching an arbitrary URL from your browser is blocked by CORS on most sites, so this specific check runs through this site's own server instead — the one thing here that genuinely can't run client-side.
- Does this tool store the URLs I check?
- No — the check is performed and the result returned; nothing is logged or stored.