Skip to content

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.

Related Tools

Frequently Asked Questions

What redirect types does this tool detect?
The tool detects all standard HTTP redirects: 301 (Moved Permanently), 302 (Found / Temporary), 303 (See Other), 307 (Temporary Redirect), and 308 (Permanent Redirect). Each type is shown with a colour-coded badge so you can quickly tell permanent from temporary redirects.
How many redirects can it follow?
The tool follows up to 20 hops in the redirect chain. If the chain exceeds 20 hops, it stops and warns that a redirect loop may be present. The total time limit is 30 seconds across all hops.
What is the difference between 301 and 302 redirects?
A 301 redirect tells browsers and search engines that the page has permanently moved to a new URL. Search engines transfer link equity to the new URL. A 302 redirect signals a temporary move, so search engines keep the original URL indexed and do not transfer link equity. Using the wrong type can harm SEO.
Is any data stored?
No. The server follows the redirect chain for the URL you provide and returns the results. No URLs or redirect data are logged or stored.