URL Parser

Parse URL into protocol, host, port, path, query and hash

protocolhttps:
hostexample.com:8080
hostnameexample.com
port8080
pathname/path/page
search?key=value&foo=bar
hash#section
originhttps://example.com:8080
Query Parameters
key=value
foo=bar

Instructions

Enter a URL to parse it into its components.