通过fiddler抓取IDEA的请求

因为fiddler默认是代理的8888端口,所以设置一下IDEA的请求使用本地的8888作为代理发出。

1、“EDIT Config...”

185245_wl5d_2601303.png

2、设置VM参数。

185219_7k0R_2601303.png

Fiddler through Intellij - editing the run configuration

-DproxySet=true 
-DproxyHost=127.0.0.1 
-DproxyPort=8888

转载于:https://my.oschina.net/kunBlog/blog/1593528

原文地址:https://www.cnblogs.com/twodog/p/12137861.html