Is it possible to use the approach outline Preemptive Basic authentication with Apache HttpClient 4 with NTLM authentication?
Our app makes multiple single request from Java to windows server application. The requests aren't usually in a logical group. I was hoping to cut down on the handshaking and just preemptively pass the creds.
Thanks