How to use Redirect Unwrapper
Redirect Unwrapper is a free browser-based tool for inspecting embedded destination URL candidates inside tracking links, social links, and email click links.
Ad slot
1. What this tool can do
- Break a URL into scheme, host, and path.
- Extract URL candidates from parameters such as
url,u,q,redirect_url, anddestination. - Decode repeatedly encoded URL values where possible.
- Show tracking parameters such as UTM, fbclid, and gclid.
- Warn about HTTP, dangerous schemes, punycode, IP hosts, and host mismatches.
2. How to use it
- Paste the URL you want to inspect.
- Press “Analyze”.
- Check the URL details, extracted candidates, and warning list.
- Copy the candidate URLs or the full analysis summary if needed.
3. Supported examples
https://www.google.com/url?q=https%3A%2F%2Fexample.com%2F
https://mail.example/click?redirect_url=https%253A%252F%252Fexample.com
https://nicheworks.app/page?utm_source=x&utm_medium=social
4. Limits and unsupported cases
- It does not resolve server-side redirects from shorteners such as
bit.ly,t.co, oramzn.to. - Extracted candidates are not guaranteed to be safe.
- To verify the real destination of a shortened URL, use a safe environment or an official checker.
- Ads and analytics scripts may load for the page itself.
5. How to read warnings
- HTTP URL: the connection may not be encrypted.
- javascript / data / file: this should not be treated as a normal web link.
- Punycode: the domain may be visually confusing.
- IP host: be careful with temporary, admin, or spoofed URLs.
- Host mismatch: the visible host and extracted candidate host are different.
6. FAQ
Does this tool open the URL?
No. It only analyzes the URL string.
Are extracted candidates safe?
Safety is not guaranteed. Do not open unknown links.
Is the entered URL sent to a server?
The entered URL is analyzed in your browser. Ads and analytics scripts may still load for the page itself.
7. Disclaimer
This tool is a helper for inspecting URL strings. It does not guarantee link safety, accuracy, or the real final destination. For important checks, use official information or a safe verification environment.