Hi All, 
   Using nsIHttpAuthManager I set proxy authentication
. But xulrunner asks proxy authendication(username
& password) while invoking.

My code is
    var authentication =
Components.classes["@mozilla.org/network/http-auth-manager;1"].getService(Components.interfaces.nsIHttpAuthManager);
  
authentication.setAuthIdentity("http","proxyhost",80,"basic","","","","username","password");


Is anything missed out?. Please correct me.


Regards,
Ransion

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to