Break a URL into protocol, host, path, query parameters, and hash
Yes. The tool parses with the standard URL API and percent-decodes values (for example %20 to a space) so parameters are shown in readable form.
This tool expects a full URL that includes a scheme such as http:// or https://. Scheme-less strings produce an error, so prepend a scheme first.
No. Parsing uses the browser built-in URL API entirely on your device; the URL is never sent to a server.