我是Fiddler的新手,请帮忙。我的IE正在捕获客户端Webform的HTTP请求。但是它会在Button控件的click事件上发送HTTPWebRequest(POST)。我无法在Fiddler中捕获此HTTPWebRequest。小提琴默认监听端口设置为8888,所以我也更新了我的web.config,如下所示。
<system.net>
<defaultProxy>
<proxy usesystemdefault="True" proxyaddress="http://127.0.0.1:8888"/>
</defaultProxy>