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

Doesn't work with URL encoded IPv6 request #10

Open
2SANGIN opened this issue Jul 5, 2024 · 0 comments
Open

Doesn't work with URL encoded IPv6 request #10

2SANGIN opened this issue Jul 5, 2024 · 0 comments

Comments

@2SANGIN
Copy link

2SANGIN commented Jul 5, 2024

I’m currently using your java client version 0.2.0 and have encountered an issue with IPv6 format.

In my logs before making an API call, the IPv6 address is correctly formatted as 2001:e60:8660:....
However, when using this IP address for an API request, the logged output shows it as 2001%3Ae60%3A8600%3A...., indicating that URL encoding has been applied.

Upon investigation, I found that the feign configuration in the library has encoded = true, and I am unable to find a way to modify this behavior.

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