Three methods to trace URLs
Method 1: Search bar
The quickest way to trace a URL is by typing or pasting it directly into the search bar.
- Open Redirect Trace in Raycast
- Type or paste any URL in the search bar
- Press Enter to trace the redirect chain
- View the complete path from original to final destination
This method works best for URLs under 500 characters. For longer URLs, use the clipboard detection method.
Method 2: Clipboard detection
Redirect Trace automatically detects long URLs in your clipboard when you open the extension.
- Copy any long URL to your clipboard (500+ characters)
- Open Redirect Trace
- If a long URL is detected, you’ll see a clipboard section
- Click “Trace This URL” to analyze the redirect chain
Method 3: Keyboard shortcuts
Use keyboard shortcuts for faster workflow without leaving your keyboard.
- ⌘V - Check clipboard for URLs manually
- ⌘C - Copy final URL after tracing
- ⌘O - Open final URL in browser
- ⌘⇧C - Copy original URL
- ⌘⌥C - Copy full chain report
For a complete list of all keyboard shortcuts, see the keyboard shortcuts reference.
What you’ll see after tracing
After tracing a URL, Redirect Trace displays comprehensive information organized into sections:Summary section
- Original URL - The URL you entered with character count
- Final destination - Where the URL actually leads
- Clean URL - Final URL with tracking parameters removed
- Redirect count - Number of redirects in the chain
Redirect chain section
Each step in the chain shows:- HTTP status code - 301, 302, 307, etc.
- Status message - Moved Permanently, Found, etc.
- URL at each step - Complete redirect path
- Headers - Response headers for each redirect
- Step number - Position in the redirect chain
Supported URL types
Redirect Trace works with any HTTP/HTTPS URL, including:- Shortened URLs - bit.ly, tinyurl.com, t.co, etc.
- Marketing links - Email campaign URLs with tracking
- Tracking URLs - URLs with UTM parameters
- Social media - Facebook, Twitter redirect URLs
- Any web link - Direct analysis of any HTTP/HTTPS URL
Next steps
Keyboard shortcuts
Master all available keyboard shortcuts for efficient URL tracing
Long URLs
Learn how to handle URLs with 500+ characters using clipboard detection