On Sat, 2019-01-19 at 11:29 +1100, Chris Mugdan wrote: > Hi, > > I am using HttpClientBuilder to create an HttpClient with NTLM > authentication, but looking at the logs it tries SPNEGO first then > NTLM. > Since I am only interested in NTLM, to increase the efficiency of > requests I want it to be the first authenticator tried. How do I do > this > when I am using the following code to set up the HttpClient? >
See `targetPreferredAuthSchemes` and `proxyPreferredAuthSchemes` attributes of the `RequestConfig` class. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
