Redirect Checker - Trace HTTP Redirect Chains
About the Redirect Checker
HTTP redirects send visitors and search engines from one URL to another. Misconfigured redirects can cause slow page loads, redirect loops, and SEO problems. This tool traces the full redirect chain for any URL, showing each hop with its status code, response time, and target location.
The tool follows redirects manually rather than letting the browser handle them, so you see every intermediate step. Each hop includes SSRF protection to prevent redirecting to internal addresses.
How to Use
Enter a URL (with or without protocol) and click Check Redirects. The tool traces each redirect hop and displays them as a visual chain. Status codes are colour-coded: green for 301 permanent, blue for 302/303 temporary, purple for 307/308. The final destination URL can be copied with one click.
Use Cases
- SEO auditing. Verify that redirects use the correct status codes (301 for permanent moves, 302 for temporary).
- Migration testing. Check that old URLs redirect correctly to new pages after a site migration.
- HTTPS verification. Confirm that HTTP URLs redirect to their HTTPS equivalents.
- Debugging. Identify unexpected redirects, loops, or chains that slow down page loading.