DevTools Logo

URL Redirect Chain Checker

URL Redirect Chain Checker

Trace HTTP redirect hops — status, Location header, and final URL

Target URL

Up to 10 redirect hops

Each hop is requested through the DevTools proxy; redirects are never followed automatically.

About this tool

Trace redirect chains hop by hop. Each request goes through the DevTools proxy with redirects surfaced manually so you see every 301/302/307/308, Location header, and timing.

Common mistakes

Mistake:Expecting auth-protected hops to resolve.

Fix:The proxy cannot attach your session cookies — trace public URLs only.

Mistake:Tracing more than ten hops.

Fix:The tool stops at ten hops to prevent runaway chains; split long paths manually.

Frequently asked questions