Skip to content

Doesn't work with URL encoded IPv6 request #10

@silee9019

Description

@silee9019

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions