Hi,
I have a bit of conundrum. We have a webapp wich has built-in NTLM support. However this only works with Fiddler running in capture mode. If Fiddler is not running, the NTLM type 1 message that's supposed to be sent back to the server, by Internet Explorer, for some reason never gets sent.
To clarify, from
http://davenport.sourceforge.net/ntlm.html#ntlmHttpAuthentication
=============================================================================================================
3. The client resubmits the request with an "Authorization" header containing a Type 1 message parameter.
=============================================================================================================
(3) never happens, unless fiddler is running in capture mode, then the ntlm handshake works like a charm.
Anyone knows what's going here?
cheers,Ritch