Skip to content

Punycode URLs Fail Validation #178

@baderj

Description

@baderj

Validation fails for URLs with Punycode, even though they are correct URLs:

import validators
validators.url("https://www.xn--bld-tna.com")
ValidationFailure(func=url, args={'value': 'https://www.xn--bld-tna.com', 'public': False})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue: Works not as designedduplicateIssue/PR: RedundantoutdatedIssue/PR: Open for more than 3 months

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions