FWIW, dev-tech-network would be a much better place for this question.

ransion paul wrote:
    var authendication =
Components.classes["@moailla.org/network/http-auth-manager;1"].getService(Components.interfaces.nsIHttpAuthManager);

Surely that should be mozilla.org, not moailla.org? (There's also a typo in your spelling of authentication, but that shouldn't cause any problems)

authendication.setAuthIdentity("http","proxyhost",80,"basic","","","","username","password");

Hm, port 80 looks unusual, are you sure the proxy server is listening on that port?

Also - are you sure that the proxy server sends no realm?


_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to