Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: Cannot capture the http traffic in Fiddler

$
0
0
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:
  1. Configure a global proxy for all applications using WinHttp following the instructions above.
  2. 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(...).
Steve

Viewing all articles
Browse latest Browse all 4845

Trending Articles