URL Parser

Paste a full URL and its parts break out below as you type.

How it works

Parsing is done with the browser's own URL class, so it follows the same rules a browser uses to load the address bar — including percent-decoding and default ports. The URL must be absolute (it needs a scheme like https://); a bare path such as /about has nothing to resolve against and is reported as invalid.