vgrassaud
Results
2
comments of
vgrassaud
I reproduce this issue using 1.5.0 and 1.0.19. with jre8 and jre9
Hi, is it possible to update your api to set an authenicator from the WebServiceClient.Builder in order to use proxy with with Basic authentication ? like : WebServiceClient.Builder(Integer.parseInt(accountId), licenceKey).host(hostname).proxyAuthenticator(Authenticator.getDefault()).build();