Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shouldn't this url be invalid? #13

Open
cbshakumar opened this issue Sep 16, 2016 · 2 comments
Open

Shouldn't this url be invalid? #13

cbshakumar opened this issue Sep 16, 2016 · 2 comments

Comments

@cbshakumar
Copy link

isHttpUri and isHttpsUri methods both report 'http://http://blah' as valid.

@jodacame
Copy link

@adrienv1520
Copy link

Hi @cbshakumar @jodacame,

Same issues with valid-url but also validator, just built this strictly based on RFC-3986: https://github.com/adrienv1520/node-uri

The main features of the project are:

  • parse any URI (URNs, URLs, URIs with IDNs support, etc.);
  • get the safe Punycode ASCII or Unicode serialization of a domain;
  • check an URI, HTTP/HTTPS/Sitemap URL, IP, domain is valid with clear checking errors;
  • encode/decode an URI, HTTP/HTTPS/Sitemap URL.

I hope it could help you guys ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants