Tomasz Pyra wrote:
My embedded mozilla apllication baset on MFCEmbed example can't log into proxy server using NTLM authentication (MFCEmbed simply do not know how to do this).
So is there easier method to log into such proxy, then writing own implementation of NTLM protocol?
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding
What version of the Mozilla source code are you using? There has been support for NTLM authentication (on Windows) since Mozilla 1.4 at least. It should just work in mfcembed, or maybe the authentication prompt is not hooked up properly. Or, are you asking about NTLM authentication without user prompting?
How to hook up properly this prompt?
And how to check is --enable-crypto is enabled?
I found some ifdef-s MOZ_PSM in makefiles related to crypto, but I don't know is this defined somewhere in tens of makefiles, and I don't want to compile everything once again (10 hours).
-Darin
_______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
