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
Joule doesn't accept URIs containing IPv6 addresses as valid URIs
Put any http://ipv6-address:8080/ address as remote node
Doesn't matter
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Could use something like this: https://github.com/beaugunderson/ip-address
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: