-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
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
IPv4 with non-ASCII dots #287
Comments
Interesting question! It's never come up. So I lean toward not? Are you encountering an issue? On the other hand, implementing it wouldn't be a huge burden. It would be symmetrical with other dot-splitting code in the project. |
Chrome and Firefox addressbars both automatically convert unicode dots to ascii dots for IPv4 addresses. On a sidenote, for IPv6 addresses with a trailing IPv4 address, like |
Ok, I see the usability benefit. I'm open to a fix for this! |
…th unicode dots. (#292) - IPv4 addresses with unicode dots are now recognized. Closes #287 - IPv4 addresses must have 4 decimal octets. Closes #290 --------- Co-authored-by: John Kurkowski <[email protected]>
Should IPv4 addresses with non-ASCII dots be accepted?
Example:
http://127\u30020\uff610\u002e1/foo/bar
The text was updated successfully, but these errors were encountered: