Input: "http:\\\\www.google.com\\foo"
Base: "about:blank"
agent | href | exception |
---|---|---|
refimpl | http://www.google.com/foo | Backslash ("\") used as a delimiter |
addressable | http:\\www.google.com\foo | |
chrome | http://www.google.com/foo | |
firefox | http://\\www.google.com\foo/ | |
galimatias | http://www.google.com/foo | Backslash ("\") used as path segment delimiter |
ie | http://www.google.com/foo | |
nodejs | http:///\\www.google.com\foo/ | |
opera | http:%5C%5Cwww.google.com%5Cfoo | |
perl | http:%5C%5Cwww.google.com%5Cfoo | |
rust | http://www.google.com/foo | |
safari | http://www.google.com/foo |
agent | protocol | hostname | port | pathname |
---|---|---|---|---|
refimpl | http: | www.google.com | /foo | |
addressable | http: | \\www.google.com\foo | ||
chrome | http: | www.google.com | /foo | |
firefox | http: | \\www.google.com\foo | / | |
galimatias | http: | www.google.com | /foo | |
ie | http: | www.google.com | 80 | /foo |
nodejs | http: | \\www.google.com\foo/ | ||
opera | http:%5C%5Cwww.google.com%5Cfoo | |||
perl | http: | %5C%5Cwww.google.com%5Cfoo | ||
rust | http: | www.google.com | /foo | |
safari | http: | www.google.com | /foo |
refimpl: reference-implementation @ Sat Dec 06 2014 22:03:08 GMT-0500 (EST)
addressable: addressable (2.3.6)
chrome: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36
firefox: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0
galimatias: galimatias-0.2.0
ie: Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko
nodejs: node.js 0.10.26
opera: Opera/9.80 (Macintosh; Intel Mac OS X 10.9.5) Presto/2.12.388 Version/12.16
perl: Perl URI version 1.60
rust: url 0.2.2 (git+https://github.com/servo/rust-url)
safari: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10