Chrome extension · v1.0

Where does this link
actually go?

Redirect Radar follows HTTP redirect chains hop-by-hop, grades security, and inspects URLs, headers and cookies — all from a Chrome popup. Trace data never leaves your browser.

Works on ChromeNo sign-upTrace data stays in your browser
bit.ly/rr-demotracing…
Streaming…
Inside the popup

A complete redirect inspector, packed into a 640×520 popup.

Seven panels, one workflow. Open the popup on any tab to see what really happens between the click and the page.

301bit.ly/x9k
301t.co/Xr3
302x.com/...
200github.com

Live trace

Watch redirect hops stream in as the page loads. Each hop carries status, method, protocol, timing, and full URL — so you see the chain in motion, not after the fact.

github.com/microsoft/vscode?ref=readme&utm_source=docs
hostgithub.com
path/microsoft/vscode
refreadme
utm_sourcedocs

URL Inspector

Pop any hop open and see protocol, host, port, path, and every query parameter parsed and decoded. UTM jungle, OAuth callbacks, tracker blobs — flat-listed.

locationhttps://x.com/...
cache-ctlprivate, no-store
x-frameDENY
strict-trmax-age=63072000
set-cookiesession=••••

Header inspection

A dark, terminal-style headers panel for every hop. Click any row to copy the key:value pair. Find Location, HSTS, CSP, Set-Cookie at a glance.

session=••••••SecureHttpOnlyLax
_ga=GA1.2.•Lax
csrf=••••SecureStrict

Cookie analyzer

Every Set-Cookie surfaced with Secure / HttpOnly / SameSite badges. Values are masked by default — click to reveal, with a warning.

B
Security grade
HSTS present
Missing CSP

Security grade (A–F)

HSTS, mixed-content, downgrade hops, third-party cookies, and missing CSP each move the needle. A letter grade you can show a stakeholder.

cURLcurl -L "https://bit.ly/rr-demo"
Markdown| 301 | bit.ly/rr-demo |
JSON{ "hops": [...] }
HARlog.entries[0].request

Export anywhere

Copy a chain as cURL for your terminal, Markdown for a ticket, JSON for a script, or HAR for DevTools. Reproduce a redirect in two seconds.

Click → trace → fix

From toolbar click to fix-it copy in four steps.

  1. 01

    Install in one click

    Add Redirect Radar from the Chrome Web Store. No accounts, no subscription. Anonymous usage stats only — your URLs and headers stay on your device.

  2. 02

    Open on any tab

    Click the toolbar icon. Auto-trace runs as the page loads — or paste any URL into the bar to trace on demand.

  3. 03

    Inspect the chain

    Read every hop's status, headers, cookies and timing. Click a hop to expand. Switch to the Insights tab for security findings.

  4. 04

    Export or fix

    Copy as cURL, Markdown, JSON or HAR — share with a teammate or paste into a ticket. Each finding has a one-line fix.

In the wild

Built for anyone who’s ever cursed at 301 chains.

For frontend devs

Debug OAuth and SSO flows

Why does the callback land on the wrong subdomain? See every redirect, every Set-Cookie, every state param — without piping logs through your terminal.

For QA

Reproduce flaky redirects

Capture a HAR, drop it in a Linear ticket, attach the cURL. The reproducer is one click away — no dev tools recording session needed.

For security

Spot downgrades and tracker hops

See when an HTTPS link briefly drops to HTTP, which third-party trackers sit between the click and the destination, and which cookies follow you.

For marketers

Audit affiliate and tracking links

Verify the deep link survives every click-tracker between the ad and the landing page. Catch stripped UTM params before they nuke your campaign reports.

For support

Triage 'this link is broken' tickets

Paste the URL from the ticket. See whether it's a 410, a redirect loop, or a CDN cache miss — and drop the full trace straight into the reply.

Versus a web checker

Why Redirect Radar instead of a web checker?

Web-based redirect checkers re-fetch the URL from their own servers. That misses your cookies, your auth state, your country’s edge. DevTools sees everything but doesn’t score or export it.

Redirect RadarWeb checkersDevTools Network
Live trace as page loads
Follows JavaScript redirects
URL Inspector with parsed params
Security grade (A–F)
Cookie analyzer with badges
Export as cURL / MD / JSON / HAR
Trace data stays in your browser
From the field

What people say after a week of using it.

I open it three times a day. The cURL export alone saved me from copy-pasting tcpdump into tickets.
Mateusz K.·Senior frontend, fintech
The headers panel in dark mode is a small detail that turned this into a daily driver. Click-to-copy is chef's kiss.
Dario S.·Platform engineer
The fine print

Honest answers to the obvious questions.

Your URLs, headers and cookies stay on your device — trace data never leaves your browser. The extension does send anonymous usage stats (event names like popup_opened, tab_switched, export_used plus a per-install UUID) to Google Analytics 4 to help prioritise improvements. No URLs, headers, cookies or page content are ever transmitted.
Free · Chrome

Install in one click. Trace the next link you click.

Redirect Radar is a single-developer side project. No accounts, no subscription, no upsells.