|
I'm trying to use Dispatch to access a site that needs NTLM authentication and I can't find out any decent examples of building a request/realm that deals with the NTLM Negotiate/Authorization Challenge. I've Wiresharked my request and response and hacked around with the help of the Javadoc for RealmBuilder but cannot get the request to behave the way a web browser deals with it (as shown by WireShark).
If anyone has a pointer to a working example I'd very much appreciate it.
The "simple examples" in the Javadoc don't show how to deal with the nuances of the NTLMSSP_NEGOTIATE and NTLMSSP_AUTH challenge.
REGARDS
|