URL Tools
URL parser
Inspect scheme, host, path, query, and hash with the URL API.
Try it
- href
- https://user:pass@example.com:8080/path?q=1#h
- protocol
- https:
- username
- user
- password
- pass
- host
- example.com:8080
- hostname
- example.com
- port
- 8080
- pathname
- /path
- search
- ?q=1
- hash
- #h
- origin
- https://example.com:8080