URL parser
Break down & edit any URL
Paste a URL to split it into its parts, decode and edit query parameters, and copy the rebuilt link — all in your browser.
Frequently asked questions
What parts does it break out?
Protocol, host, port, path, query parameters, fragment and origin.
Can I edit the query parameters?
Yes. Edit, add or remove params and copy the rebuilt URL.
Why is the port empty?
Default ports (such as 443 for https) are omitted by the browser URL parser.