Hi Tiano,
Ok if you are using a desktop application then you need to follow the instructions for WinHttp, the API we build on top of. It sounded like you were using a Windows 8 store application. Take a look here:
http://docs.telerik.com/fiddler/configure-fiddler/tasks/ConfigureWinHTTPApp
Basically there are two options:
Ok if you are using a desktop application then you need to follow the instructions for WinHttp, the API we build on top of. It sounded like you were using a Windows 8 store application. Take a look here:
http://docs.telerik.com/fiddler/configure-fiddler/tasks/ConfigureWinHTTPApp
Basically there are two options:
- Configure a global proxy for all applications using WinHttp following the instructions above.
-
In your code when constructing the http_client explicitly specify a proxy that should be used with the http_client_config class. Take a look at http_client_config::set_proxy(...).