Developer tool
URL Decode
Decode percent-encoded URL strings.
Quick switch
Output
Output appears here.
Use cases
- Inspect encoded query values from logs.
- Troubleshoot bad redirect parameters.
- Understand encoded callback URLs.
Examples
URL Decode is a supporting decode-only page for quickly reading percent-encoded URL content.
Decode a callback URL parameter to verify if app state was serialized correctly.
Related tools
This supporting route is decode-only. For full encode/decode sessions, use URL Encode/Decode as primary.
Quick switch
- Switch to primary page for bidirectional workflows.
- Retest decoded values in your app.
- Document findings with both raw and decoded values.
Quick switch
URL Encode / DecodeFAQ
Why does output still contain encoded text?
Input may be partially encoded or encoded multiple times.
When should I use this vs primary page?
Use this when your task is strictly decode-only.
Related tools
Explore more utilities that solve nearby problems.