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
Describe the bug
A URL like https://my-url.com/Validator+Test/This+Is+A+File+Name.mp4 is returning false when passed to isURL. (Happy to provide a real URL if you can't replicate with this example).
Additional context
Validator.js version: 13.7.0
Node.js version:14.19.2
OS platform: [windows, linux, macOS, etc] Linux
The text was updated successfully, but these errors were encountered:
For me https://my-url.com/Validator+Test/This+Is+A+File+Name.mp4 returns true, as expected, so I can't replicate this.
(tested with Node 16 though).
Maybe it could be worth to check with your real URL?
Ah, that'll teach me to fake the URL, perhaps it's because the + is in a param? Like https://my-url.com/test?source=This+Is+A+File+Name.mp4. I don't think there's anything else that's special about the URL...
Describe the bug
A URL like
https://my-url.com/Validator+Test/This+Is+A+File+Name.mp4
is returning false when passed toisURL
. (Happy to provide a real URL if you can't replicate with this example).Additional context
Validator.js version: 13.7.0
Node.js version:14.19.2
OS platform: [windows, linux, macOS, etc] Linux
The text was updated successfully, but these errors were encountered: