You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: