1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
url http://localhost:%(port)d/%(datadir)s/http_slash.html
cache key http://localhost:%(port)d/%(datadir)s/http_slash.html
real url http://localhost:%(port)d/%(datadir)s/http_slash.html
valid
url http:
cache key None
real url http://
name no url, no slash
error
url http:/
cache key None
real url http:///
name no url, one slash
error
url http://
cache key None
real url http://
name no url
error
url //linkchecker.github.io/
cache key http://linkchecker.github.io/
real url https://linkchecker.github.io/
name no scheme example
warning Redirected to `https://linkchecker.github.io/' status: 301 Moved Permanently.
valid
url http:www.example.com/
cache key None
real url http:www.example.com/
name no slash example
error
url http:/www.example.com/
cache key None
real url http:///www.example.com/
name one slash example
error
url https://linkchecker.github.io/
cache key https://linkchecker.github.io/
real url https://linkchecker.github.io/
name ok example
valid
|