在 web.config
文件新增以下配置, 即可设置代理(假设代理服务地址为 http://localhost:3210
):
ASP.Net 应用配置HTTP代理
· One min read
在 web.config
文件新增以下配置, 即可设置代理(假设代理服务地址为 http://localhost:3210
):
To configure a Java application to send web traffic to Fiddler, set the proxy using jre:
jre -DproxySet=true -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8888