util
naut
Back
URL Parser
Parse URLs into their component parts
URL
Protocol
https:
Copy
Username
user
Copy
Password
pass
Copy
Hostname
example.com
Copy
Port
8080
Copy
Host
example.com:8080
Copy
Pathname
/path/to/page
Copy
Search
?foo=bar&baz=qux
Copy
Hash
#section
Copy
Origin
https://example.com:8080
Copy
Query Parameters
foo
bar
Copy
baz
qux
Copy