0

I am trying too get CefSharp to auto resolve proxy settings. Chrome can do it. You can even change the proxy setting while Chrome is running and Chrome will react on it.

I am using proxy-auto-detect. But it's not working Can anyone confirm that its works in CefSharp v.63.0.3

settings.CefCommandLineArgs.Add("proxy-auto-detect", "1");

The only way I can get proxy settings to work is if I set it my self

 settings.CefCommandLineArgs.Add("proxy-pac-url", autoConfigUrl);
 settings.CefCommandLineArgs.Add("proxy-server", proxy.ProxyAddress.Replace(' ', ';'));

Link to proxy settings for Cef

Martin Andersen
  • 2,460
  • 2
  • 38
  • 66

0 Answers0