Skip to content

Conversation

@While-Shark
Copy link

must set proxy at mergeHttpOptions() , otherwise the proxy not working

fix(proxy) base on #455

@While-Shark
Copy link
Author

example with proxy

Client client = Client.builder()
.apiKey(API_KEY)
.httpOptions(HttpOptions.builder().timeout(30000)
.proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("127.0.0.1", 10808)))
.build())
.build()

@nireekshak nireekshak self-assigned this Oct 31, 2025
@nireekshak nireekshak added the type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. label Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants