Toolshed

A growing library of browser tools and deep technical guides for IT professionals.

← All guides

Query String Editor

Paste a full URL (scheme, host, and path are preserved and shown separately) or just a bare query string. Every parameter becomes an editable row — edit either the raw (encoded) value or the decoded one and the other updates automatically. Repeated keys are kept as separate rows in order, exactly as they appeared. Runs entirely in your browser; nothing you paste is sent anywhere.

Notes

"Value" is the raw, as-typed/as-pasted encoded form; "Decoded value" is the human-readable version. Editing either one updates the other — edit the decoded column for plain text (it gets encoded automatically), or the raw column if you need precise control over the exact encoding. A parameter with no = at all (a bare flag like ?debug) is kept distinct from one with an explicit empty value (?debug=) — some servers treat those differently, so this tool never silently collapses one into the other.