I was able to see my requests through proxy If I add this in pref.js
pref("network.proxy.http", "proxy.abc.org");
pref("network.proxy.http_port", 3128);
pref("network.proxy.type", 1);
How to add authentication for such a kind of proxy. Where to specify my username and password.
I am using a browser control in xul code, It is not prompting for the username and password.
Help is highly appreciated