URL Parser
Break a URL down into its protocol, host, path and query parameters.
Processed locally in your browser. Nothing is sent anywhere.
Overview
Parses a URL into its component parts — protocol, host, port, path, query string and fragment — and lists each query parameter individually.
How to use it
- 1Paste a full URL.
- 2Review each component and query parameter.