I’m using the platform API client SDK for Java(version 96). When I’m building my APIClient I use the method ‘ withAuthenticatedProxy’ , I give my proxy object and user and password.
But it seems not to take into account the user and password, because the return from the proxy is a HTTP error code 407 with the message : “Your credentials could not be authenticated: ‘Credentials are missing.’.”
The proxy server is using the authenticate protocol ‘NTLM’.
Someone know if there are issue’s with this method? Or I’m doing something wrong?
Looks like we'll have to make some changes to the SDK in order to work with NTLM authentication. We'll add it in a future release of the SDK. For now unfortunately the Java SDK won't work with NTLM authentication.
Keep an eye on the SDK releases for when it's added.