Skip to content
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

IPv6 validation fails #113

Open
ketominer opened this issue Dec 26, 2018 · 2 comments
Open

IPv6 validation fails #113

ketominer opened this issue Dec 26, 2018 · 2 comments
Labels
enhancement New feature or request low priority

Comments

@ketominer
Copy link

Description of the Issue

Joule doesn't accept URIs containing IPv6 addresses as valid URIs

Steps to Reproduce

Put any http://ipv6-address:8080/ address as remote node

Description of Your Setup

Doesn't matter

Console Logs / Screenshots

screenshot 2018-12-27 at 00 31 50

@wbobeirne
Copy link
Member

Ahh, according to this stackoverflow post, ipv6 URLs need to be wrapped in brackets like so:

http://[fe80::a950:acb:c210:635a]:8080/

That should work. However, I should attempt to do this automatically, but it may be difficult to parse correctly.

@wbobeirne wbobeirne added bug Something isn't working low priority labels Dec 27, 2018
@andrerfneves
Copy link

Could use something like this: https://github.com/beaugunderson/ip-address

@wbobeirne wbobeirne added enhancement New feature or request and removed bug Something isn't working labels Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

3 participants