Parse a URL into its individual components, entirely in your browser.
| Parameter | Value |
|---|
No query parameters.
Using the browser's own built-in URL API, not a hand-written regex parser -- the same reliable parsing logic your browser uses internally, so edge cases like encoded characters, unusual ports, or IPv6 hosts are handled correctly.
This tool assumes "https://" so it can still be parsed, and clearly labels that assumption in the result -- it never silently pretends you typed the protocol yourself. The "You Entered" row always shows your input exactly as typed.
Hostname is just the host name (e.g. example.com). "Domain / Host" includes the port too, if one is specified (e.g. example.com:8080) -- they're the same when there's no explicit port.
The protocol, hostname, and port combined (e.g. https://example.com:8080) -- it identifies which "site" a URL belongs to for things like cookies and browser security policies, ignoring the path, query, and fragment.
No. Parsing a URL string is purely local text analysis -- this tool never makes a network request to the URL you enter.
No. Every parse happens locally in your browser using JavaScript. Nothing you enter here is sent to Brekzy or stored anywhere.
Explore Brekzy's growing collection of free calculators, converters, AI tools, and practical resources.