Redirect Checker
Paste a URL and see its whole HTTP conversation — every redirect hop, with status code, latency, and security headers checked along the way, not just at the destination. That's the part most redirect tools skip, and it's usually where the actual problem is.
Run a check
Redirect chain
Chain analysis
Unnecessary hops, insecure downgrades, and redirect codes that don't match what the redirect is actually doing.
No issues found in the chain itself.
Security headers
Checked at every hop, not just the final page — a header missing partway through is exactly what this section is for finding.
Cache, compression & content
Canonical tag
HTTPS
Client-side redirects
Meta-refresh redirects can be read from the page. JavaScript redirects can't — this tool says so plainly instead of quietly missing them.
Suggested fix (.htaccess)
A single permanent redirect that collapses the chain above into one hop, for the exact URL you tested. Apache only in v1 — nginx and Cloudflare are planned.