Loading...

debugtools / answers

How do I decode a URL query string?

Short answer: Use a URL decoder to convert percent-encoded characters back to readable text, then inspect each query parameter separately.

Steps

  1. Paste the full URL or encoded component into the URL tool.
  2. Decode percent-encoded characters into readable text.
  3. Inspect query parameter names, values, and repeated keys.
  4. Be careful with redirect URLs and tokens before sharing decoded output.

Use debugtools

Open the URL Encoder and Decoder to run this workflow in the browser.

Related tools

API WorkbenchHTTP Status CodesJSON Formatter