Trace a URL in 3 steps
Get started with Redirect Trace by tracing your first URL redirect chain.Open Redirect Trace
Press
Cmd + Space to open Raycast, then search for “Trace URL Redirects” and press EnterEnter a URL
Type or paste any URL in the search bar. For example:The extension automatically validates and adds the protocol if missing
Example: Trace a shortened URL
Let’s trace a typical shortened URL to see where it leads:- Total redirects: 1
- HTTP status codes (301, 302, 307, etc.)
- Each URL in the redirect chain
- Clean final URL without tracking parameters
Method 2: Trace long URLs from clipboard
For URLs with 500+ characters (common with email tracking links), use clipboard detection:Redirect Trace automatically detects URLs over 500 characters in your clipboard when you open the extension.
Understanding the results
When you trace a URL, you’ll see three main sections:Summary section
- Total redirect count (e.g., “2 redirects”)
- Original URL you entered
- Final destination URL
- Clean URL with tracking removed
Redirect chain
- HTTP status code (301, 302, 307, etc.)
- Status message (Moved Permanently, Found, etc.)
- Full URL at that step
- Step number in the chain
Clean URL section
If tracking parameters are detected, you’ll see:- Clean URL with all tracking removed
- Character count reduction
- List of removed parameters
Common keyboard shortcuts
Speed up your workflow with these keyboard shortcuts:| Shortcut | Action |
|---|---|
Cmd + V | Check clipboard for URLs |
Cmd + C | Copy final/clean URL |
Cmd + O | Open URL in browser |
Cmd + Shift + C | Copy original URL |
Cmd + Option + C | Copy full chain report |
Cmd + Shift + L | Copy clean URL (no tracking) |
Example: Marketing URL with tracking
Here’s what happens when you trace a marketing URL:- Google Analytics (utm_*, gclid)
- Facebook (fbclid, fb_*)
- Email platforms (mc_cid, _hsenc)
- Social media (igshid, ref_src)
Try these example URLs
Test Redirect Trace with these common URL types:Shortened URL
Try a bit.ly or TinyURL shortened link to see the redirect chain
Marketing link
Paste an email campaign URL with UTM parameters to see them removed
Social media
Trace a Facebook or Twitter shared link to see the redirect path
Long URL
Copy a 500+ character URL to test clipboard integration
Next steps
Keyboard shortcuts
Master all keyboard shortcuts for efficient workflow
Redirect tracing
Learn about advanced redirect chain analysis
Tracking removal
Discover how tracking parameter removal works
Configuration
Customize max redirects and timeout settings