We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following URL check fails even though it should be correct:
is_url('http://127.0.0.1:8443/index.html', allow_special_ips=True)
When using a public IP (e.g. 1.1.1.1), it seems to work.
The text was updated successfully, but these errors were encountered:
This is caused by the same root problem as #28 . Will be fixed in v. 1.3.3.
Sorry, something went wrong.
Closes #28 and #29: Fixed false-negatives on special URLs and special…
c5d907d
… IPs with port numbers, authentication, and/or path combinations.
Closed in v.1.3.3 by #30
insightindustry
No branches or pull requests
The following URL check fails even though it should be correct:
When using a public IP (e.g. 1.1.1.1), it seems to work.
The text was updated successfully, but these errors were encountered: