Preemptive authentication with NTLM httpcomponents-client 4.x -


Is it possible to use the approach framework with NTLM authentication?

Our app requests multiple solos in Java from Windows Server applications. Requests are not usually in a logical group. I was hoping that cuts will be done and only credit is passed. Will happen.

Thanks

NTLM or scheme can not be used preemptively This is a complex , Is a state-wide authentication protocol that includes multiple (two NTLMv1 and NTLMv2) challenge / response exchanges. Once authenticated NTLM secure connection is connected to a specific user identity, then all the requests after that are executed in that context.

Comments