Trace Every Redirect Instantly ๐
Follow URL redirects, inspect status codes, detect loops, review query handling, and understand SEO and performance impact — fetched and traced by our own backend, with SSRF protection re-checked on every hop.
Final URL
–Redirect Count
–Total hopsFinal Status
–Total Response Time
–All hops combinedHTTPS Enabled
–Secure final connection๐งญ A. Redirect Journey
๐ B. Redirect Type Breakdown
โ๐ป C. SEO & Redirect Health
Rule-based, from real signalsโ๏ธ D. Technical Details
โ๐ก E. SEO Recommendations
๐งพ F. Final Response Headers
| Header | Value |
|---|---|
| Run a trace to see the final response headers. | |
๐ G. Performance Snapshot
Real, measuredโ ๏ธ H. Common Issues Detected
โA Real Redirect Trace, Not a Demo
Trace follows the URL's redirect chain from our own server with automatic redirects disabled, reading each Location header and requesting the next hop manually — up to 10 hops. Every hop is re-validated against the same SSRF protections used across our tools (private/loopback/link-local/metadata addresses are always rejected), because a safe public URL can redirect into an internal address partway through the chain. Loops are detected by tracking visited URLs. A real DNS + TCP + TLS timing probe against the final destination powers the performance snapshot; nothing is randomly generated.
Redirect Chain Checker FAQ
Why re-check safety on every hop?
A redirect can point anywhere, including into a private network. Checking only the first URL wouldn't catch a chain that redirects into localhost or an internal address partway through, so every hop is independently validated before it's fetched.
How many redirects will it follow?
Up to 10 hops by default. If the chain is still redirecting at that point, the scan stops and says so honestly rather than following indefinitely.
Where do the DNS/TCP/TLS timings come from?
From a real, separate connection-timing probe against the final destination — not an estimate. If a phase can't be measured (for example, TLS timing on a plain-HTTP site), it's left blank instead of guessed.
Can I check internal or private URLs?
No. Requests that resolve to localhost, private IP ranges, link-local addresses or cloud metadata endpoints are rejected before any fetch happens, at every hop.
Is my scanned data stored?
No. Each scan runs live for your request only. The exported report is generated and downloaded entirely in your browser.