About this tool
Paste a URL and it splits into scheme, user info, host, port, path segments, query parameters, and fragment, with each part colour-coded against the original string. Parsing uses the browser's built-in URL implementation, so it matches what the browser itself will do. Two things get flagged: a password in the URL is reported as present without showing its value, and a scheme such as `javascript:` or `data:` is called out, because those execute or embed rather than locate a resource.