Enter a URL to parse:

The output below will display a URL's parsed components from both the browser's DOM, and from the URL.js project being done for the WHATWG URL spec. The output will be colored dark green unless a difference occurs between the two parsers in which case the affected URL component will be colored red.

URL components from DOM properties:

href
hash
hostname
pathname
port
protocol
search

URL components from URL.js:

href
hash
hostname
pathname
port
protocol
search