Can't connect with default proxy settings (solution included)
A lightweight and easy-to-use password manager
Brought to you by:
dreichl
Hello,
I work in a large Company with a lot of proxy rules. I have corrently no chance to get update information or use database via internet. As the application is written in .NET the following code worked for me to get connected in own applications with Default proxy settings and no separate credentials:
webClient.Proxy = WebRequest.GetSystemWebProxy();
webClient.Proxy.Credentials = CredentialCache.DefaultCredentials;
webClient.UseDefaultCredentials = true;
Regards
Holger
Thanks for the suggestion. I've now added an option in the proxy configuration dialog ('Tools' -> 'Options' -> tab 'Advanced' -> button 'Proxy') to use the user's default credentials (provided by the system).
Here's the latest development snapshot for testing:
http://keepass.info/filepool/KeePass_150322.zip
Moving to closed feature requests.
Best regards,
Dominik
Ticket moved from /p/keepass/bugs/1317/
Thanks, it works like expected ... :-) ... now I can use the tool also in Siemens environment.