Follow every redirect in a URL chain.
Trace the full redirect path for any URL. The visualizer walks each hop via a CORS proxy,
captures the status code (301, 302, 307, 308, or meta refresh), the response
time, and stops as soon as the chain lands on a 2xx — or flags a redirect loop if a URL
repeats.
Trace a URL
https://.
No trace has been run yet.
Related reading
Why long redirect chains cost you SEO, performance, and trust signals.
Security Headers Checker
Audit the headers served at every hop, not just the entry URL.
CSP Checker
Confirm Content-Security-Policy is set correctly at the final destination.
CSP for Cloudflare Pages
Set up _redirects and _headers so redirects stay fast and explicit.
What is CSP
Background on the security headers you should pair with any redirect plan.
Meta Inspector
Check the final page for the meta tags that matter (canonical, robots, viewport).
Missing security headers
Roll out the headers a healthy final destination should serve.