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
- Paste an absolute URL to parse fields.
- Edit protocol, host, path, and query values.
- Copy normalized URL output.
Limitations and caveats
- Parser expects valid absolute URLs for the input parse mode.