-
-
Save jeremyroman/c712860aed8080b5524feb8118a5105a to your computer and use it in GitHub Desktop.
diff when applying URL string syntax (wildcard beyond specified patterns) and base URL inheritance changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["https:"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https:", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https:#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https:#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https:?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https:?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https:/path"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:/path#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https:/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https:/path?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:/path?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https:/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https::8443"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https::8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https::8443#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https::8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https::8443?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https::8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https::8443?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https::8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https::8443/path"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https::8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https::8443/path#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https::8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https::8443/path?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https::8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https::8443/path?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https::8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https:example.com"] | |
<error> | |
["https:example.com", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:example.com#hash"] | |
<error> | |
["https:example.com#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com' | |
search '' | |
hash 'hash' | |
["https:example.com?search"] | |
<error> | |
["https:example.com?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:example.com?search#hash"] | |
<error> | |
["https:example.com?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com' | |
search 'search' | |
hash 'hash' | |
["https:example.com/path"] | |
<error> | |
["https:example.com/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:example.com/path#hash"] | |
<error> | |
["https:example.com/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com/path' | |
search '' | |
hash 'hash' | |
["https:example.com/path?search"] | |
<error> | |
["https:example.com/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:example.com/path?search#hash"] | |
<error> | |
["https:example.com/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:example.com/path' | |
search 'search' | |
hash 'hash' | |
["https:example.com:8443"] | |
<error> | |
["https:example.com:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443#hash"] | |
<error> | |
["https:example.com:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443?search"] | |
<error> | |
["https:example.com:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443?search#hash"] | |
<error> | |
["https:example.com:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443/path"] | |
<error> | |
["https:example.com:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443/path#hash"] | |
<error> | |
["https:example.com:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443/path?search"] | |
<error> | |
["https:example.com:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:example.com:8443/path?search#hash"] | |
<error> | |
["https:example.com:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@"] | |
<error> | |
["https:user@", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user@#hash"] | |
<error> | |
["https:user@#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@' | |
search '' | |
hash 'hash' | |
["https:user@?search"] | |
<error> | |
["https:user@?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user@?search#hash"] | |
<error> | |
["https:user@?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@' | |
search 'search' | |
hash 'hash' | |
["https:user@/path"] | |
<error> | |
["https:user@/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user@/path#hash"] | |
<error> | |
["https:user@/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@/path' | |
search '' | |
hash 'hash' | |
["https:user@/path?search"] | |
<error> | |
["https:user@/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user@/path?search#hash"] | |
<error> | |
["https:user@/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@/path' | |
search 'search' | |
hash 'hash' | |
["https:user@:8443"] | |
<error> | |
["https:user@:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443#hash"] | |
<error> | |
["https:user@:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443?search"] | |
<error> | |
["https:user@:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443?search#hash"] | |
<error> | |
["https:user@:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443/path"] | |
<error> | |
["https:user@:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443/path#hash"] | |
<error> | |
["https:user@:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443/path?search"] | |
<error> | |
["https:user@:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@:8443/path?search#hash"] | |
<error> | |
["https:user@:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com"] | |
<error> | |
["https:user@example.com", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user@example.com#hash"] | |
<error> | |
["https:user@example.com#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com' | |
search '' | |
hash 'hash' | |
["https:user@example.com?search"] | |
<error> | |
["https:user@example.com?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user@example.com?search#hash"] | |
<error> | |
["https:user@example.com?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com' | |
search 'search' | |
hash 'hash' | |
["https:user@example.com/path"] | |
<error> | |
["https:user@example.com/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user@example.com/path#hash"] | |
<error> | |
["https:user@example.com/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com/path' | |
search '' | |
hash 'hash' | |
["https:user@example.com/path?search"] | |
<error> | |
["https:user@example.com/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user@example.com/path?search#hash"] | |
<error> | |
["https:user@example.com/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/https:user@example.com/path' | |
search 'search' | |
hash 'hash' | |
["https:user@example.com:8443"] | |
<error> | |
["https:user@example.com:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443#hash"] | |
<error> | |
["https:user@example.com:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443?search"] | |
<error> | |
["https:user@example.com:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443?search#hash"] | |
<error> | |
["https:user@example.com:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443/path"] | |
<error> | |
["https:user@example.com:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443/path#hash"] | |
<error> | |
["https:user@example.com:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443/path?search"] | |
<error> | |
["https:user@example.com:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user@example.com:8443/path?search#hash"] | |
<error> | |
["https:user@example.com:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@?search"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@?search#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@/path"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@/path#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@/path' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@/path' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@/path?search"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@/path?search#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@/path' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@/path' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@:8443"] | |
<error> | |
["https:user\\:pass@:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443#hash"] | |
<error> | |
["https:user\\:pass@:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443?search"] | |
<error> | |
["https:user\\:pass@:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443?search#hash"] | |
<error> | |
["https:user\\:pass@:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443/path"] | |
<error> | |
["https:user\\:pass@:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443/path#hash"] | |
<error> | |
["https:user\\:pass@:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443/path?search"] | |
<error> | |
["https:user\\:pass@:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@:8443/path?search#hash"] | |
<error> | |
["https:user\\:pass@:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@example.com", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@example.com#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@example.com#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@example.com?search"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@example.com?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@example.com?search#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@example.com?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@example.com/path"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@example.com/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:user\\:pass@example.com/path#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com/path' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@example.com/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com/path' | |
search '' | |
hash 'hash' | |
["https:user\\:pass@example.com/path?search"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@example.com/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:user\\:pass@example.com/path?search#hash"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'pass@example.com/path' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@example.com/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https:user' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/resources/pass@example.com/path' | |
search 'search' | |
hash 'hash' | |
["https:user\\:pass@example.com:8443"] | |
<error> | |
["https:user\\:pass@example.com:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443#hash"] | |
<error> | |
["https:user\\:pass@example.com:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443?search"] | |
<error> | |
["https:user\\:pass@example.com:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443?search#hash"] | |
<error> | |
["https:user\\:pass@example.com:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443/path"] | |
<error> | |
["https:user\\:pass@example.com:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443/path#hash"] | |
<error> | |
["https:user\\:pass@example.com:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443/path?search"] | |
<error> | |
["https:user\\:pass@example.com:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https:user\\:pass@example.com:8443/path?search#hash"] | |
<error> | |
["https:user\\:pass@example.com:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
<error> | |
["https://"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https:///path"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:///path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https:///path#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https:///path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https:///path?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:///path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https:///path?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https:///path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://:8443"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://:8443#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://:8443?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://:8443?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://:8443/path"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://:8443/path#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://:8443/path?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://:8443/path?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://example.com"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://example.com", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://example.com#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://example.com#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://example.com?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://example.com?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://example.com/path"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com/path#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://example.com/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://example.com/path?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com/path?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://example.com/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://example.com:8443"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://example.com:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://example.com:8443#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://example.com:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://example.com:8443?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com:8443?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://example.com:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://example.com:8443/path"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com:8443/path#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://example.com:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://example.com:8443/path?search"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://example.com:8443/path?search#hash"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://example.com:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@/path"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@/path#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@/path?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@:8443"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@:8443#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@:8443?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@:8443?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@:8443/path"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@:8443/path#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@:8443/path?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@:8443/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@example.com#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@example.com?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com/path"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com/path#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@example.com/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@example.com/path?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com:8443"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com:8443#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@example.com:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user@example.com:8443?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com:8443?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com:8443/path"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user@example.com:8443/path#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@example.com:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user@example.com:8443/path?search"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user@example.com:8443/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user@example.com:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@/path"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@/path#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@/path?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@:8443"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@:8443#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@:8443?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@:8443?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@:8443/path"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@:8443/path#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@:8443/path?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@:8443/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname '' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com/path"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com/path#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com/path?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443/path"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443/path#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443/path?search"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["https://user\\:pass@example.com:8443/path?search#hash"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
["https://user\\:pass@example.com:8443/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'user' | |
password 'pass' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[""] | |
<error> | |
["", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["#hash"] | |
<error> | |
["#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'hash' | |
["?search"] | |
<error> | |
["?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["?search#hash"] | |
<error> | |
["?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
hash 'hash' | |
["path"] | |
<error> | |
["path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["path#hash"] | |
<error> | |
["path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search '' | |
hash 'hash' | |
["path?search"] | |
<error> | |
["path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["path?search#hash"] | |
<error> | |
["path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
["/path"] | |
<error> | |
["/path", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["/path#hash"] | |
<error> | |
["/path#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search '' | |
hash 'hash' | |
["/path?search"] | |
<error> | |
["/path?search", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
- hash '' | |
+ hash '*' | |
["/path?search#hash"] | |
<error> | |
["/path?search#hash", "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'intro' | |
[{"hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'hash' | |
[{"search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
hash 'hash' | |
[{"pathname": "path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'root' | |
password 'hunter2' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"port": ""}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"port": "", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"port": "", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"port": "", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"port": "", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"port": "8443"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"port": "8443", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"port": "8443", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"port": "8443", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": ""}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "password", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'intro' | |
[{"password": "password", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'hash' | |
[{"password": "password", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"password": "password", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"password": "password", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"password": "password", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": ""}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "password", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "port": "", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "port": "", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"password": "password", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"password": "password", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"password": "password", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "8443"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "password", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"password": "password", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"password": "password", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"password": "password", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": ""}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'intro' | |
[{"username": "user", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'hash' | |
[{"username": "user", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": ""}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "port": "", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "port": "", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "8443"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": ""}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'intro' | |
[{"username": "user", "password": "password", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'page=2' | |
hash 'hash' | |
[{"username": "user", "password": "password", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/index.html' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8000' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": ""}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'whatwg.org' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": ""}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol '*' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": ""}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
- hostname 'whatwg.org' | |
+ username '*' | |
+ password '*' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": ""}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
- username 'root' | |
- password 'hunter2' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": ""}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": ""}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username '*' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": ""}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": ""}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password '*' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ hostname '*' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
- port '8000' | |
+ hostname '*' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": ""}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
- hostname 'whatwg.org' | |
+ hostname '*' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ port '*' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
- pathname '/resources/index.html' | |
+ port '*' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
- port '8000' | |
+ port '*' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": ""}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
- hash 'intro' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
- search 'page=2' | |
+ pathname '*' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
- pathname '/resources/index.html' | |
+ pathname '*' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname 'path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/resources/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
- hash 'intro' | |
+ search '*' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
- search 'page=2' | |
+ search '*' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
- hash 'intro' | |
+ hash '*' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"protocol": "https", "username": "user", "password": "password", "hostname": "example.com", "port": "8443", "pathname": "/path", "search": "search", "hash": "hash", "baseURL": "https://root:hunter2@whatwg.org:8000/resources/index.html?page=2#intro"}] | |
protocol 'https' | |
username 'user' | |
password 'password' | |
hostname 'example.com' | |
port '8443' | |
pathname '/path' | |
search 'search' | |
hash 'hash' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?otherquery#otherhash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'otherquery' | |
- hash 'otherhash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/bar", "baseURL": "https://example.com?query#hash"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search 'query' | |
- hash 'hash' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/foo/:bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/([^\\/]+?)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/([^\\/]+?)' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/:bar*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/:bar*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/*+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/*+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/**"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/**"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/**"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/**"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/**"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/(.*)*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/**"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/**' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}?' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}+' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo{/bar}*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo{/bar}*' | |
search '*' | |
hash '*' | |
[{"protocol": "(caf\u00e9)"}] | |
<error> | |
[{"username": "(caf\u00e9)"}] | |
<error> | |
[{"password": "(caf\u00e9)"}] | |
<error> | |
[{"hostname": "(caf\u00e9)"}] | |
<error> | |
[{"pathname": "(caf\u00e9)"}] | |
<error> | |
[{"search": "(caf\u00e9)"}] | |
<error> | |
[{"hash": "(caf\u00e9)"}] | |
<error> | |
[{"protocol": ":caf\u00e9"}] | |
protocol ':café' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": ":caf\u00e9"}] | |
protocol '*' | |
username ':café' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": ":caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password ':café' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": ":caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname ':café' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"pathname": "/:caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/:café' | |
search '*' | |
hash '*' | |
[{"search": ":caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search ':café' | |
hash '*' | |
[{"hash": ":caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash ':café' | |
[{"protocol": ":\u2118"}] | |
protocol ':℘' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": ":\u2118"}] | |
protocol '*' | |
username ':℘' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": ":\u2118"}] | |
protocol '*' | |
username '*' | |
password ':℘' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": ":\u2118"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname ':℘' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"pathname": "/:\u2118"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/:℘' | |
search '*' | |
hash '*' | |
[{"search": ":\u2118"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search ':℘' | |
hash '*' | |
[{"hash": ":\u2118"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash ':℘' | |
[{"protocol": ":\u3400"}] | |
protocol ':㐀' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": ":\u3400"}] | |
protocol '*' | |
username ':㐀' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": ":\u3400"}] | |
protocol '*' | |
username '*' | |
password ':㐀' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": ":\u3400"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname ':㐀' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"pathname": "/:\u3400"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/:㐀' | |
search '*' | |
hash '*' | |
[{"search": ":\u3400"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search ':㐀' | |
hash '*' | |
[{"hash": ":\u3400"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash ':㐀' | |
[{"protocol": "(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "foo-bar"}] | |
protocol 'foo-bar' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "caf%C3%A9"}] | |
protocol '*' | |
username 'caf%C3%A9' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "caf\u00e9"}] | |
protocol '*' | |
username 'caf%C3%A9' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"username": "caf%c3%a9"}] | |
protocol '*' | |
username 'caf%c3%a9' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "caf%C3%A9"}] | |
protocol '*' | |
username '*' | |
password 'caf%C3%A9' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password 'caf%C3%A9' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"password": "caf%c3%a9"}] | |
protocol '*' | |
username '*' | |
password 'caf%c3%a9' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "xn--caf-dma.com"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'xn--caf-dma.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "caf\u00e9.com"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname 'xn--caf-dma.com' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"port": ""}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "http", "port": "80"}] | |
protocol 'http' | |
username '*' | |
password '*' | |
hostname '*' | |
port '' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "http", "port": "80{20}?"}] | |
protocol 'http' | |
username '*' | |
password '*' | |
hostname '*' | |
port '80{20}?' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "http", "port": "80 "}] | |
<error> | |
[{"port": "80"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '80' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": "http{s}?", "port": "80"}] | |
protocol 'http{s}?' | |
username '*' | |
password '*' | |
hostname '*' | |
port '80' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"port": "80"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '80' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"port": "(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/baz"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/baz' | |
search '*' | |
hash '*' | |
[{"pathname": "/caf%C3%A9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/caf%C3%A9' | |
search '*' | |
hash '*' | |
[{"pathname": "/caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/caf%C3%A9' | |
search '*' | |
hash '*' | |
[{"pathname": "/caf%c3%a9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/caf%c3%a9' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/../bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "./foo/bar", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "{/bar}", "baseURL": "https://example.com/foo/"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "\\/bar", "baseURL": "https://example.com/foo/"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "b", "baseURL": "https://example.com/foo/"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/b' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "foo/bar", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": ":name.html", "baseURL": "https://example.com"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/:name.html' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"search": "q=caf%C3%A9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'q=caf%C3%A9' | |
hash '*' | |
[{"search": "q=caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'q=caf%C3%A9' | |
hash '*' | |
[{"search": "q=caf%c3%a9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'q=caf%c3%a9' | |
hash '*' | |
[{"hash": "caf%C3%A9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'caf%C3%A9' | |
[{"hash": "caf\u00e9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'caf%C3%A9' | |
[{"hash": "caf%c3%a9"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash 'caf%c3%a9' | |
[{"protocol": "about", "pathname": "(blank|sourcedoc)"}] | |
protocol 'about' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '(blank|sourcedoc)' | |
search '*' | |
hash '*' | |
[{"protocol": "data", "pathname": ":number([0-9]+)"}] | |
protocol 'data' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':number([0-9]+)' | |
search '*' | |
hash '*' | |
[{"pathname": "/(\\m)"}] | |
<error> | |
[{"pathname": "/foo!"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo!' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo\\:"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo\\:' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo\\{"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo%7B' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo\\("}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo\\(' | |
search '*' | |
hash '*' | |
[{"protocol": "javascript", "pathname": "var x = 1;"}] | |
protocol 'javascript' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'var x = 1;' | |
search '*' | |
hash '*' | |
[{"pathname": "var x = 1;"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'var%20x%20=%201;' | |
search '*' | |
hash '*' | |
[{"protocol": "javascript", "pathname": "var x = 1;"}] | |
protocol 'javascript' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'var x = 1;' | |
search '*' | |
hash '*' | |
[{"protocol": "(data|javascript)", "pathname": "var x = 1;"}] | |
protocol '(data|javascript)' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'var x = 1;' | |
search '*' | |
hash '*' | |
[{"protocol": "(https|javascript)", "pathname": "var x = 1;"}] | |
protocol '(https|javascript)' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'var%20x%20=%201;' | |
search '*' | |
hash '*' | |
[{"pathname": "var x = 1;"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname 'var%20x%20=%201;' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
["https://example.com:8080/foo?bar#baz"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8080' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
["/foo?bar#baz", "https://example.com:8080"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '8080' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
["/foo"] | |
<error> | |
["example.com/foo"] | |
<error> | |
["http{s}?://{*.}?example.com/:product/:endpoint"] | |
protocol 'http{s}?' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '{*.}?example.com' | |
port '' | |
pathname '/:product/:endpoint' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com#foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'foo' | |
["https://example.com:8080?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8080' | |
pathname '/' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com:8080#foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8080' | |
pathname '/' | |
search '' | |
hash 'foo' | |
["https://example.com/?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com/#foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search '' | |
hash 'foo' | |
["https://example.com/*?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/*?foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com/*\\?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/*' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com/:name?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/:name?foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com/:name\\?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/:name' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com/(bar)?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/(bar)?foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com/(bar)\\?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/(bar)' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com/{bar}?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/{bar}?foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://example.com/{bar}\\?foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/bar' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
["https://example.com/"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["data:foobar"] | |
<error> | |
["data\\:foobar"] | |
protocol 'data' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'foobar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://{sub.}?example.com/foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '{sub.}?example.com' | |
port '' | |
pathname '/foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://{sub.}?example{.com/}foo"] | |
<error> | |
["{https://}example.com/foo"] | |
<error> | |
["https://(sub.)?example.com/foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '(sub.)?example.com' | |
port '' | |
pathname '/foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://(sub.)?example(.com/)foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '(sub.)?example(.com/)foo' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["(https://)example.com/foo"] | |
<error> | |
["https://{sub{.}}example.com/foo"] | |
<error> | |
["https://(sub(?:.))?example.com/foo"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '(sub(?:.))?example.com' | |
port '' | |
pathname '/foo' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["file:///foo/bar"] | |
protocol 'file' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '/foo/bar' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["data:"] | |
protocol 'data' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname '' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["foo://bar"] | |
protocol 'foo' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'bar' | |
port '' | |
- pathname '' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["(caf\u00e9)://foo"] | |
<error> | |
["https://example.com/foo?bar#baz"] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
[{"protocol": "http{s}?:", "search": "?bar", "hash": "#baz"}] | |
protocol 'http{s}?' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search 'bar' | |
hash 'baz' | |
["?bar#baz", "https://example.com/foo"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
["?bar", "https://example.com/foo#baz"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo' | |
search 'bar' | |
- hash '' | |
+ hash '*' | |
["#baz", "https://example.com/foo?bar"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
["#baz", "https://example.com/foo"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/foo' | |
search '' | |
hash 'baz' | |
[{"pathname": "*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"pathname": "*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
["https://foo\\:bar@example.com"] | |
protocol 'https' | |
username 'foo' | |
password 'bar' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://foo@example.com"] | |
protocol 'https' | |
username 'foo' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://\\:bar@example.com"] | |
protocol 'https' | |
username '' | |
password 'bar' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https://:user::pass@example.com"] | |
protocol 'https' | |
username ':user' | |
password ':pass' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["https\\:foo\\:bar@example.com"] | |
protocol 'https' | |
username 'foo' | |
password 'bar' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["data\\:foo\\:bar@example.com"] | |
protocol 'data' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'foo\\:bar@example.com' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["https://foo{\\:}bar@example.com"] | |
protocol 'https' | |
username 'foo%3Abar' | |
- password '' | |
+ password '*' | |
hostname 'example.com' | |
port '' | |
- pathname '/' | |
- search '' | |
- hash '' | |
+ pathname '*' | |
+ search '*' | |
+ hash '*' | |
["data{\\:}channel.html", "https://example.com"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/data\\:channel.html' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["http://[\\:\\:1]/"] | |
protocol 'http' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '[\\:\\:1]' | |
port '' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["http://[\\:\\:1]:8080/"] | |
protocol 'http' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '[\\:\\:1]' | |
port '8080' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["http://[\\:\\:a]/"] | |
protocol 'http' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '[\\:\\:a]' | |
port '' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["http://[:address]/"] | |
protocol 'http' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '[:address]' | |
port '' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
["http://[\\:\\:AB\\::num]/"] | |
protocol 'http' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '[\\:\\:ab\\::num]' | |
port '' | |
pathname '/' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"hostname": "[\\:\\:AB\\::num]"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '[\\:\\:ab\\::num]' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "[\\:\\:xY\\::num]"}] | |
<error> | |
[{"hostname": "{[\\:\\:ab\\::num]}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '{[\\:\\:ab\\::num]}' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "{[\\:\\:f\u00e9\\::num]}"}] | |
<error> | |
[{"hostname": "{[\\:\\::num\\:1]}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '{[\\:\\::num\\:1]}' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "{[\\:\\::num\\:f\u00e9]}"}] | |
<error> | |
[{"hostname": "[*\\:1]"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '[*\\:1]' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "*\\:1]"}] | |
<error> | |
["https://foo{{@}}example.com"] | |
<error> | |
["https://foo{@example.com"] | |
<error> | |
["data\\:text/javascript,let x = 100/:tens?5;"] | |
protocol 'data' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname '' | |
port '' | |
pathname 'text/javascript,let x = 100/:tens?5;' | |
- search '' | |
- hash '' | |
+ search '*' | |
+ hash '*' | |
[{"pathname": "/:id/:id"}] | |
<error> | |
[{"pathname": "/foo", "baseURL": ""}] | |
<error> | |
["/foo", ""] | |
<error> | |
[{"pathname": "/foo"}, "https://example.com"] | |
<error> | |
[{"pathname": ":name*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':name*' | |
search '*' | |
hash '*' | |
[{"pathname": ":name+"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':name+' | |
search '*' | |
hash '*' | |
[{"pathname": ":name"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':name' | |
search '*' | |
hash '*' | |
[{"protocol": ":name*"}] | |
protocol ':name*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": ":name+"}] | |
protocol ':name+' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"protocol": ":name"}] | |
protocol ':name' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"hostname": "bad hostname"}] | |
<error> | |
[{"hostname": "bad#hostname"}] | |
<error> | |
[{"hostname": "bad%hostname"}] | |
<error> | |
[{"hostname": "bad/hostname"}] | |
<error> | |
[{"hostname": "bad\\:hostname"}] | |
<error> | |
[{"hostname": "bad<hostname"}] | |
<error> | |
[{"hostname": "bad>hostname"}] | |
<error> | |
[{"hostname": "bad?hostname"}] | |
<error> | |
[{"hostname": "bad@hostname"}] | |
<error> | |
[{"hostname": "bad[hostname"}] | |
<error> | |
[{"hostname": "bad]hostname"}] | |
<error> | |
[{"hostname": "bad\\\\hostname"}] | |
<error> | |
[{"hostname": "bad^hostname"}] | |
<error> | |
[{"hostname": "bad|hostname"}] | |
<error> | |
[{"hostname": "bad\nhostname"}] | |
<error> | |
[{"hostname": "bad\rhostname"}] | |
<error> | |
[{"hostname": "bad\thostname"}] | |
<error> | |
[{}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
[{"pathname": "(foo)(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '(foo)(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "{(foo)bar}(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{(foo)bar}(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "(foo)?(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '(foo)?*' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}(barbaz)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}(barbaz)' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}{(.*)}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}{(.*)bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo{*bar}' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}{bar(.*)}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo{bar*}' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}:bar(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo:bar(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}?(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo?*' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo\\bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo\\bar}' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo\\.bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo.bar}' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo(foo)bar}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo(foo)bar}' | |
search '*' | |
hash '*' | |
[{"pathname": "{:foo}bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}bar' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo\\bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}bar' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo{}(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo{}bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}bar' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo{}?bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{:foo}bar' | |
search '*' | |
hash '*' | |
[{"pathname": "*{}**?"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*(.*)?' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo(baz)(.*)"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo(baz)(.*)' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo(baz)bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo(baz)bar' | |
search '*' | |
hash '*' | |
[{"pathname": "*/*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*/*' | |
search '*' | |
hash '*' | |
[{"pathname": "*\\/*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*/{*}' | |
search '*' | |
hash '*' | |
[{"pathname": "*/{*}"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*/{*}' | |
search '*' | |
hash '*' | |
[{"pathname": "*//*"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*//*' | |
search '*' | |
hash '*' | |
[{"pathname": "/:foo."}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/:foo.' | |
search '*' | |
hash '*' | |
[{"pathname": "/:foo.."}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/:foo..' | |
search '*' | |
hash '*' | |
[{"pathname": "./foo"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname './foo' | |
search '*' | |
hash '*' | |
[{"pathname": "../foo"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '../foo' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo./"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo./' | |
search '*' | |
hash '*' | |
[{"pathname": ":foo../"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname ':foo../' | |
search '*' | |
hash '*' | |
[{"pathname": "/:foo\\bar"}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '{/:foo}bar' | |
search '*' | |
hash '*' | |
[{"pathname": "/foo/bar"}, {"ignoreCase": true}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '/foo/bar' | |
search '*' | |
hash '*' | |
[{"ignoreCase": true}] | |
protocol '*' | |
username '*' | |
password '*' | |
hostname '*' | |
port '*' | |
pathname '*' | |
search '*' | |
hash '*' | |
["https://example.com:8080/foo?bar#baz", {"ignoreCase": true}] | |
protocol 'https' | |
- username '' | |
- password '' | |
+ username '*' | |
+ password '*' | |
hostname 'example.com' | |
port '8080' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
["/foo?bar#baz", "https://example.com:8080", {"ignoreCase": true}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '8080' | |
pathname '/foo' | |
search 'bar' | |
hash 'baz' | |
["/foo?bar#baz", {"ignoreCase": true}, "https://example.com:8080"] | |
<error> | |
[{"search": "foo", "baseURL": "https://example.com/a/+/b"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/a/\\+/b' | |
search 'foo' | |
- hash '' | |
+ hash '*' | |
[{"hash": "foo", "baseURL": "https://example.com/?q=*&v=?&hmm={}&umm=()"}] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'q=\\*&v=\\?&hmm=\\{\\}&umm=\\(\\)' | |
hash 'foo' | |
["#foo", "https://example.com/?q=*&v=?&hmm={}&umm=()"] | |
protocol 'https' | |
username '' | |
password '' | |
hostname 'example.com' | |
port '' | |
pathname '/' | |
search 'q=\\*&v=\\?&hmm=\\{\\}&umm=\\(\\)' | |
hash 'foo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment