Page 1 of 1

how to use pac proxy in cefsharp winfrom?

PostPosted: Mon Feb 13, 2017 11:53 pm
by zhagan
I am testing cefsharp(53.0.1.0) winfom, and try to enable the pac proxy which had been set by "shadowsocks", the pac proxy works fine in IE and Chrome browser.

I got Command Line args "--proxy-pac-url" from : http://peter.sh/experiments/chromium-co ... -switches/ and added it to the CefExample Init method as following:

settings.CefCommandLineArgs.Add("--proxy-pac-url", "http://127.0.0.1:1080/pac?t=20170209085145204&secret=GL8ufyUpE98QSjWLnzJe9GF/suuzNfmwhpGEMWcsirM=");

However ,it doesn't work, I can't visit google.com with the pac proxy (I am from china and google.com is banned.)

So anybody can tell me how to deal with pac proxy in cefsharp winform?

Re: how to use pac proxy in cefsharp winfrom?

PostPosted: Tue Feb 14, 2017 5:20 pm
by amaitland
https://bitbucket.org/chromiumembedded/ ... t-34404680

There is no version of CefSharp based on the branch that fixes your problem.

CefGlue or ChromiumFx might support the version you require.