About this tool
What url parser does
Inspect the exact structure of a URL without opening it. The result separates credentials, hostname, port, pathname, query string, repeated parameters, and fragment.
How it works
The browser's standards-based URL parser normalizes the pasted absolute URL and exposes each component. The target is never requested, resolved, or checked for availability.