You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In internet, there's a link that has no http or https on it, that's called protocol relative url. For example "//domain.com/img/logo.png". Currently InvalidLinkBear couldn't detect that link is valid or not. InvalidLinkBear should check that url with http or https protocol to check its validity.
jayvdb
changed the title
InvalidLinkBear: Protocol relative URLs should be tried with http and https
URLHeadBear: Protocol relative URLs should be tried with http and https
Apr 7, 2018
jayvdb
changed the title
URLHeadBear: Protocol relative URLs should be tried with http and https
InvalidLinkBear/URLHeadBear: Protocol relative URLs should be tried with http and https
Apr 7, 2018
This is relevant to both URLHeadBear and InvalidLinkBear.
jayvdb
changed the title
InvalidLinkBear/URLHeadBear: Protocol relative URLs should be tried with http and https
InvalidLinkBear/URLHeadBear/URLBear: Protocol relative URLs should be tried with http and https
Apr 7, 2018
In internet, there's a link that has no
http
orhttps
on it, that's called protocol relative url. For example "//domain.com/img/logo.png". Currently InvalidLinkBear couldn't detect that link is valid or not. InvalidLinkBear should check that url with http or https protocol to check its validity.See #691 also..
The text was updated successfully, but these errors were encountered: