Using a proxy with .NET 4.5 HttpClient

前端 未结 3 1501
无人及你
无人及你 2020-12-08 06:11

I\'m troubleshooting a bug with a service I call through .NET\'s HttpClient, trying to route the request through a local proxy (Fiddler), but my proxy settings seem to not b

3条回答
  •  再見小時候
    2020-12-08 07:07

    Is Fiddler configured to capture traffic from all processes? Look at the status bar where you see "Capturing". It should show "All Processes" next to it. If it shows "Web browsers", click it and change it to all processes. This could be different depending on the version of Fiddler you use.

提交回复
热议问题