Re: How To Set Proxy
Posted: Tue Jun 20, 2017 6:37 am
Hi,
I checked the MiniBrowser and it seems to work. This is what I did :
This way you don't have to restart your app to set a new proxy server.
About the second approach, you don't need to rebuild your application. Just store the configuration in the registry or in a INI file and read it before calling GlobalCEFApp.StartMainProcess.
I checked the MiniBrowser and it seems to work. This is what I did :
- Compile MiniBrowser and go to http://www.whatsmyip.org/ to show your normal IP address.
- Open the preferences window and set Proxy type:Fixed servers, Server:94.177.241.132, Port:1189 See this website for more proxies : https://www.proxynova.com/proxy-server-list/
- Visit http://www.whatsmyip.org/ and you'll see the proxy IP instead of your normal IP address.
This way you don't have to restart your app to set a new proxy server.
About the second approach, you don't need to rebuild your application. Just store the configuration in the registry or in a INI file and read it before calling GlobalCEFApp.StartMainProcess.