Firefox proxy dilemma

Posted by Mike L. on Stack Overflow See other posts from Stack Overflow or by Mike L.
Published on 2010-12-26T03:39:54Z Indexed on 2010/12/26 4:54 UTC
Read the original article Hit count: 236

Filed under:
|
|

Any idea why when using system proxy settings in firefox, it can not accept a proxy such as: user:[email protected]:port ??? IE will allow and connect to a proxy in this format. Not only does firefox not work, but it does not prompt for the password, nor attempt to make a connection to the proxy. Basically get a "proxy server not found" error.

Anybody know a way around this? I am working on a proxy switching program for IE & Firefox, and I would like to use system-wide proxy settings. If I just store the server:port combination, firefox prompts for the password, as well as IE. Then they can be cached and it will not ask again. Maybe my only option is to programmatically cache the user/pass? Anybody know a way to do this? I am pretty sure IE stores them at HTTP basic authentication passwords and I can add them with AddCredential. After saving a password for a proxy in firefox, it shows up in saved passwords in a format like "moz-proxy://server:port" anybody know how to programmatically add a saved password to firefox?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about firefox