HTTP Status Checker.
Check the HTTP status code and trace the full redirect chain for any URL. See every hop from start to final destination.
How to use
Enter a full URL including https:// in the input field.
Click Check — the Worker follows the full redirect chain up to 10 hops.
Each hop shows the status code and the URL it pointed to.
The final destination URL and status are summarised at the bottom.
Frequently Asked Questions
What counts as a redirect?
3xx status codes (301, 302, 307, 308) cause the browser to follow the Location header to a new URL. This tool traces each hop so you can see the full chain.
What is the difference between 301 and 302?
A 301 is a permanent redirect — search engines transfer link equity to the destination. A 302 is temporary — the original URL should be indexed.
Why stop at 10 hops?
Redirect chains longer than 10 hops are almost always misconfigured or a redirect loop. The tool returns an error if the limit is hit.