Hi , I'm writing an application which embeds mozilla.In my application there's a need to work through a proxy. Currently I set a proxy by implementing a nsIProtocolProxyFilter which returns a corresponding nsIProxyInfo. The nsIProxyInfo is created by newProxyInfo() method of nsIProtocolProxyService class. But what if the proxy requires an authentication ? How can I pass the authentication info (username, password) along with the ProxyInfo ?
Thanks in advance , Michael. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
