URL Parser
Breaks a URL down into protocol, host, port, path, and hash, and lets you inspect and edit query string parameters with the result URL updating live.
| Protocol | https: |
| Host | example.com:8080 |
| Hostname | example.com |
| Port | 8080 |
| Pathname | /path/to/page |
| Hash | #section |
| Origin | https://example.com:8080 |
Query Parameters
Result URL