🔍
URL Parser
Break down URL components
About URL Parser
Paste a URL and see each component parsed out separately: protocol, hostname, port, path, query parameters (as an editable table), and fragment. Click any component to copy it.
The query parameter editor lets you modify individual values without manually editing the raw string, then reconstructs the full URL. Useful for debugging OAuth redirect URIs, modifying API request URLs, and stripping tracking parameters.
Common Use Cases
- →Debugging OAuth and SSO redirect URIs with multiple query parameters
- →Extracting UTM tracking parameters from marketing URLs
- →Modifying individual query parameters in complex API request URLs
- →Understanding URL structure when building link-generation code