Best for
- Query parameter debugging
- Webhook payload inspection
- Fixing escaped links
Privacy
URLs and tokens remain in the browser, which matters for signed links, auth redirects, and private callback parameters.
Quick tips
- Decode suspicious links before sharing them.
- Inspect full query strings when redirects fail.
- Treat signed URLs as sensitive data.
How to use this tool
- Paste the URL or string.
- Choose encode or decode.
- Copy the cleaned result.
Common questions
What is URL encoding used for?
It makes characters safe for URLs, especially spaces, symbols, and query parameter values.
Can I decode private links here?
Yes. The tool runs locally, but you should still avoid sharing private links after decoding them.