URL Parser
Parse URL components and edit duplicate query parameters safely.
URL
About
Inspect encoded URLs, edit query rows without losing duplicate keys, and copy a rebuilt standards-based URL.
Key Features
- All standard URL components
- Duplicate query keys are preserved
How to use
- 1Paste an absolute URL and parse it.
- 2Edit, add, or remove query rows and copy the rebuilt URL.
Example
Input
https://example.com/search?q=a&q=b#topOutput
protocol=https: · host=example.com · q=a · q=b · hash=#topLimitations
- Input is limited to 2,000,000 characters to keep the browser responsive.
- Relative URLs are rejected because no implicit base URL is assumed.
- All input is processed locally in your browser and is never uploaded to ToolHub.
Last reviewed: