Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Proxy Settings Chromium Embedded

How to set manually proxy settings Ip:Port to Chromium Embedded. That will affect only the control not globaly like it is if you set it for IE.

Thanks


1 Answers

In CEF 3 you can use the --proxy-server command line switch. An example value would be socks5://127.0.0.1:8888. You can set it programmatically in CefApp::OnBeforeCommandLineProcessing. When setting it in this callback name shouldn't contain the -- prefix.

like image 177
Czarek Tomczak Avatar answered Mar 16 '26 10:03

Czarek Tomczak



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!