-
Notifications
You must be signed in to change notification settings - Fork 174
URL validation fails for valid domain #135
Copy link
Copy link
Closed
Labels
bugIssue: Works not as designedIssue: Works not as designedduplicateIssue/PR: RedundantIssue/PR: RedundantoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months
Description
Hi,
Thanks for this library. I'm running into an issue where the url validator rejects a valid URL:
>>> import validators
>>> validators.url("http://my-service:5000")
ValidationFailure(func=url, args={'value': 'http://my-service:5000', 'public': False})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue: Works not as designedIssue: Works not as designedduplicateIssue/PR: RedundantIssue/PR: RedundantoutdatedIssue/PR: Open for more than 3 monthsIssue/PR: Open for more than 3 months