Copy link to clipboard
Copied
I'm using the Java SDK.
The API cannot be called in a proxy environment that requires authentication.
What should I do now?
You can try the REST API, but you will need to setup your network calls to go through the proxy.
Copy link to clipboard
Copied
You can try the REST API, but you will need to setup your network calls to go through the proxy.
Copy link to clipboard
Copied
Thank you for your reply. I will try the REST API.