Tomasz Pyra wrote:
Darin Fisher napisał(a):
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?
Yes... I need authentication without prompting. My source is one of the snapshots between 1.6 and 1.7.
MFCEmbed can't log into any site what need to log (such PHPMySQLAdmin etc.), I do not have any proxy with NTLM to test that functinality, but I think result will be same.
-Darin
_______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
If you need it to work automatically without user prompting, then you should upgrade to the latest 1.7 branch source. Then for proxy authentication, it should just work.
-Darin _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
