Analyse URL Components
Paste a URL to separate its protocol, domain, port, path, parameters and fragment. Everything runs locally in your browser.
URL Components
Full URL-
Protocol-
Hostname-
Port-
Path-
Query string-
Fragment-
Username-
Password present-
Query Parameters
No query parameters.
Privacy: Parsing happens entirely inside your browser. The URL is not sent to an external lookup service.
What the URL Parser Shows
The tool separates a URL into its protocol, host, port, path, query parameters and fragment. It also decodes parameter names and values for easier troubleshooting.
URL Parser FAQ
Does this tool open the URL?
No. It analyses the text only and does not visit or test the destination.
What happens if I omit https://?
The tool adds HTTPS for parsing purposes so a normal domain and path can still be analysed.