Does Fireblocks Java SDK support proxy?

We are using fireblocks java sdk v6 to call request to Fireblocks server. Every outgoing request has to be reforwarded by a proxy. Does java sdk support customized proxy?

Thanks a lot

Hi @xujie – as long as your proxy is leaving the request unchanged (i.e. certificates/headers/body is not changed by the proxy), you should have no problems using an outgoing proxy.