Ultra-modern redirect tracker. Visualize every hop. Debug faster. Understand your traffic like never before.
Visualize every single hop with timing, status codes, and headers.
Powered by Cloudflare Workers. Sub-50ms proxy responses.
No tracking. No telemetry. Your data stays yours.
/api/?url=https://example.com
Your extension calls quantumredirecttracker.pages.dev/api/ and we securely forward it to your backend while handling CORS and rate limits.
{
"hops": [
{
"url": "https://example.com",
"status": 301,
"location": "https://new.example.com",
"time": 124
},
...
],
"totalHops": 7,
"totalTime": 1847
}