i want to force authentication proxy with my username and password. i want avoid the authentication, I want to connect directly behind a proxy
I not need windows authentication for a connection behind proxy. Can i edit preference files in order to put username and password proxy ?
This happened
Every time Firefox opened
All Replies (3)
Can i edit all.js (or an another file) in mozilla\greprefs\
like :
pref("network.proxy.http_usert", myUserName); pref("network.proxy.http_password", myPassWord);
No, that won't work.