Encode · Developer
URL Parser
Split a URL into components and query parameters for debugging.
- Protocolhttps:
- Hostexample.com
- Port(default)
- Path/path/to
- Query?foo=1&bar=two
- Hash#section
- Originhttps://example.com
- foo = 1
- bar = two
How to use
- Paste a URL.
- Read host, path, and params.
- Copy values you need.
Features
- IANA URL parsing
- Query param table
- Runs in your browser. Inputs are not uploaded to ToolsWeb servers.
Privacy & how it works
This developer utility runs in your browser with JavaScript and Web APIs. Your text, tokens, and secrets are not uploaded to ToolsWeb servers for this tool. Privacy Policy.
FAQ
What if the URL has no protocol?expand_more
https:// is assumed so relative-looking hosts still parse.
Is this tool free?expand_more
Yes. No signup and no paywall for core use.
Is my text uploaded?expand_more
No for this tool. Text stays in your browser while you work.
Do I need an account?expand_more
No. Open the page and start typing or pasting.