
URL Parser
Break down any URL into its components.
URL Components
Protocol
https:
Hostname
www.example.com
Port
(default)
Pathname
/path/to/page
Hash
#section-2
Query Parameters
Key
Value
query
test
id
123
About the URL Parser

Break down any URL into its components.