Guide / 01
When to use it
Use it to identify the real host and path in a long tracking URL and separate query parameters and a fragment while debugging a link.
DEV / 024
Break any URL into protocol, host, path, parameters, and hash.
protocol: https: host: halobench.example pathname: /ko/tools query: category: media sort: new hash: #result
Guide / 01
Use it to identify the real host and path in a long tracking URL and separate query parameters and a fragment while debugging a link.
Guide / 02
CHECK
Enter https://example.com/a?x=hello%20world#top and confirm that the host is example.com, x is hello world, and the hash is #top.
LIMITS
The standard browser parser checks URL structure only; it does not visit the address or assess domain safety, redirects, or DNS. A bare example.com without a scheme is rejected.
Reference
Actual output depends on your input and browser environment. Verify any value used for an important decision.
https://example.com/a?q=1#topProtocol · host · path · query · hashFAQ
The host is the server name, optionally including a port, while the pathname identifies a resource on that server. In https://example.com:8443/a they are example.com:8443 and /a.
No. This tool is designed to process its working data in your browser. Advertising may load separately, but your tool input is never sent with it.