Tool workspace

URL Parser / Builder

Inspect and compose URLs accurately with built-in URL semantics.

Runs locally in your browser.

Uses the browser URL API for local parsing and construction. No requests are sent when you parse.

Parsed parts

protocol
https:
hostname
utilitystacks.com
port
(empty)
pathname
/developer/jsonpath-tester
query
?source=docs&mode=demo
hash
#results

Builder output

https://utilitystacks.com/

How to use

  1. Paste an absolute URL to parse fields.
  2. Edit protocol, host, path, and query values.
  3. Copy normalized URL output.

Limitations and caveats

  • Parser expects valid absolute URLs for the input parse mode.

Related tools