How to use this developer tool
- Paste an absolute or relative URL.
- Supply a base URL for relative input.
- Choose an optional normalization rule.
- Review components, duplicates, and warnings.
Break an absolute or relative URL into structured components, decoded query parameters, path segments, and security warnings.
Uses the browser URL API to parse components and URLSearchParams to preserve repeated query keys.
Credentials in URLs can leak through logs, browser history, analytics, and referrer headers.
https://user:pass@example.com:8443/docs/page.html?tag=css&tag=html#example
Paste the URL and read the structured component output.
Duplicate key names are listed separately and preserved as ordered pairs.
Enter the relative URL and provide an absolute base URL.
Use normalization output or copy the parsed origin and pathname fields.
The warnings array flags embedded credentials and non-HTTP schemes.
Absolute URLs, relative URLs with a base URL, encoded query strings, and fragments. Output is JSON.