On Fri, 2025-02-14 at 11:40 +0000, Stankov. Yavor wrote: > Hi, > > I have an HTTP Client which relies on the Apache HTTP Client. I have > configured it to use NTLM authentication. > > My HTTP Client is executing requests against a server which requires > non pre-emptive basic authentication. > > With the Apache HTTP Client versions before 5.3, this was working > well and somehow, never mind that NTLM was configured, after > receiving the initial 401 response from the server, the second one > was containing the appropriate authorization header with basic > scheme. > > This is not the case after the update to 5.3. Is this expected? > > Best Regards, > Yavor
Hi Yavor We as a project no longer support NTLM authentication scheme. As of HttpClient version 5.3 it has been deprecated and disabled by default. One can still re-enable it if required. However it should likely be better long term to migrate to TLS/Basic or TLS/Bearer instead. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org