Hi All,
Using nsIHttpAuthManager I set proxy authendication
. But xulrunner asks me proxy authendication(username
& password) while invoking.
My code is
var authendication =
Components.classes["@moailla.org/network/http-auth-manager;1"].getService(Components.interfaces.nsIHttpAuthManager);
authendication.setAuthIdentity("http","proxyhost",80,"basic","","","","username","password");
Is anything missed out?. Please correct it.
Regards,
Ransion
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom