Grab the request sent by httpclient in eclipse through fiddler

This method is not suitable for https requests (it is too troublesome to configure the certificate, and it may not be successful). If you can, please change it to http request, and then change it back after the test.

 

1. Set proxy for httpclient setProxy(new HttpHost("127.0.0.1", 8888)) 

2.fiddler-tools-options-connections-fiddler listnes on port 改成 8888

3. Replace https requests with http requests

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326134750&siteId=291194637