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