← Back to all tools
🔗
URL Parser
Break any URL into its components
Components
Protocolhttps
Hostexample.com:8080
Hostnameexample.com
Port8080
Originhttps://example.com:8080
Path/path/to/page
Query?name=John+Doe&color=blue&active=true
Hashsection-2
Query Parameters (3)
| Key | Value (decoded) | |
|---|---|---|
| name | John Doe | |
| color | blue | |
| active | true |