About this url parser
Inspect the parts of an HTTP or HTTPS URL without visiting it. A URL is parsed locally into scheme, hostname, port, path, query and fragment. The browser URL parser normalizes the address. Use this workspace to prepare a result you can review before putting it to use. All processing takes place on your device, without an account or an upload of your inputs. Check the examples to understand the expected output, read the limitations for the supported scope, and reset the form when you want to start a separate task.
How it works
A URL is parsed locally into scheme, hostname, port, path, query and fragment. The browser URL parser normalizes the address.
Try these examples
https://example.com/a?q=1#top
Host: example.com; Path: /a; Query: ?q=1; Fragment: #top
http://example.com:8080/
Scheme: http:; Port: 8080
Limitations & privacy
Only HTTP(S) links up to 2,048 characters are supported. Embedded credentials are rejected. No DNS lookup, request or safety assessment is performed.
Inputs and results stay in this browser. Only tool identifiers are stored for your recently used tools. You can clear that history from the directory.
A few good questions
How is the result produced?
A URL is parsed locally into scheme, hostname, port, path, query and fragment. The browser URL parser normalizes the address.
Are my inputs sent to a server?
No. Inputs and results are processed locally and are not uploaded or included in telemetry. Copying or downloading is your choice.
What are the limits of this tool?
Only HTTP(S) links up to 2,048 characters are supported. Embedded credentials are rejected. No DNS lookup, request or safety assessment is performed.
Updated September 19, 2026