1.charles ,fidder
CloseableHttpResponse response = client.execute(httpPost);//1.httpclient模拟http请求
HttpHost proxy = new HttpHost("127.0.0.1",8888);//如果需要fidder抓取httpclient请求,将1.处替换为这两行
response = client.execute(proxy,httpPost);//如果需要fidder抓取httpclient请求,将1.处替换为这两行
5122

被折叠的 条评论
为什么被折叠?



