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

Does cog support RFC6874 - Accessing webservice using ipv6 link local address - http://[fe80::2d0:69ff:fe55:eb3%25gmn0]:80 #734

Open
sendil-d opened this issue Sep 24, 2024 · 0 comments

Comments

@sendil-d
Copy link

sendil-d commented Sep 24, 2024

hello,

I am trying to access webservice running on my local network using ipv6 address with a particular network interface.

http://[fe80::2d0:69ff:fe55:eb3%25gmn0]:80

https://datatracker.ietf.org/doc/html/rfc6874 -> Based on this RFC, I am using %25 to specify which interface to use.

Cog is throwing the error shown below.

Cog-Core-Message: 22:37:56.280: http://[fe80::2d0:69ff:fe55:eb3%25gmn0]:80 Load started.

(cog:31543): Cog-Core-WARNING **: 22:37:56.280: http://[fe80::2d0:69ff:fe55:eb3%25gmn0]:80 Page load error: The URL can?t be shown


Accessing without the interface which I believe is incorrect leads to the following error "Could not connect: invalid argument"

http://[fe80::2d0:69ff:fe55:eb3]:80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant