Tomasz Pyra napisał(a):
What proxy authentication methods are available in mozilla?
How to make use of it? (how to show mozilla dialogs? how to use it without prompting user?).


I modified MFCEmbed, but can't log into proxy.
Maybe cause is that, I compiled Mozilla w/o --enable-crypto?

Some problem updates:

I need to use 'basic' proxy authentication method

Now I setting up proxy:

prefs->SetIntPref ("network.proxy.type", 1 );
prefs->SetCharPref("network.proxy.http", "192.168.0.100");
prefs->SetIntPref ("network.proxy.http_port", 8080);
prefs->SetCharPref("network.proxy.no_proxies_on", "localhost, 127.0.0.1");

Proxy need to log into by username "qaz" and password "qwe".
To load pages I am using LoadURI and SaveURI methods.
How to perform such authentication?

How to display mozilla dialog with username/password?
How to do it without prompting user (usename and password read from variables)?
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to