其实很简单,因为Fiddler默认监听的是8888端口,我们只需要在main方法启动代码里加上
System.setProperty("https.proxyHost", "localhost");
System.setProperty("https.proxyPort", "8888");
就可以啦!
">
其实很简单,因为Fiddler默认监听的是8888端口,我们只需要在main方法启动代码里加上
System.setProperty("https.proxyHost", "localhost");
System.setProperty("https.proxyPort", "8888");
就可以啦!