URL Query String Builder
Query string
Build a URL query string from key/value pairs. Add or remove rows,
choose whether to percent-encode values, and optionally include a leading
? — all privately in your browser.
?a=1&b=2 instead of a=1&b=2