URL Parser
Parse and analyze URLs into their component parts
Try:
Enter a URL above to parse it into components
URL Components Explained
Protocol: The scheme (http, https, ftp, mailto, etc.)
Hostname: The domain name or IP address
Port: Network port (default 80 for HTTP, 443 for HTTPS)
Pathname: The path to the resource on the server
Search/Query: Key-value parameters after the ?
Hash/Fragment: The anchor reference after the #
Privacy: All parsing happens locally in your browser.