Local utility
URL Parser & Analyzer
Parse a URL string locally. This tool does not contact the website or send the URL to Django.
Parse a URL
Query parameters
What this result means
The browser’s URL parser normalized the supplied string. A syntactically valid URL need not exist or be reachable. Usernames are indicated, but a supplied password is never echoed.
URL components
A scheme selects the protocol, the hostname identifies a destination name, an optional port selects a service, and the path identifies a resource. The query carries key/value data and the fragment identifies a client-side location. Browsers serialize internationalized hostnames using an ASCII Punycode representation.