ogt / valid-url

Node module that provides URI validation functions
https://npmjs.org/package/valid-url
Other
215 stars 26 forks source link

http://- as passing URI #28

Open sp3c1 opened 4 years ago

sp3c1 commented 4 years ago

Run with isWebUri and isUri

adrienv1520 commented 4 years ago

Hi @sp3c1,

I was facing the same issues with valid-url but also validator so I decided to build a module as reliable as possible strictly based on RFC-3986: https://github.com/adrienv1520/node-uri

The main features of this project are:

I hope it could help you.