Before the CSDN program in the life of the public to see this article "Evil not pressure positive" rating continued lower, tens of thousands of comments revealed, is to save Jiang Wen or save the audience? , the article mentions the data interface for the comments found through the grab-cat-eye app: Http://m.maoyan.com/mmdb/comments/movie/248566.json?_v_=yes&offset=1, 248566 of them belong to the film's exclusive Id,offset, but don't mention how to grab a bag in the cat eye app. After the author's groping, after experimenting with various grasping tools such as Charles, after stepping on countless pits, the final use of fiddler crawl to the cat's Eye app on the movie's comment data interface, the capture process is now recorded. PS. or fiddler Dafa?
Working with tools and environments
WINDOWS10, grab Bag tool fiddler, mobile phone iphone6sp, Cat's Eye Professional Edition app
Grasping the package process
1. Open the Fiddler options, and tick the decrypt HTTPS traffic option to decrypt the HTTPS request.
2. Tick enable remote computers to connect, allowing other machines to send HTTP/HTTPS requests to the machine.
3. Restart the fiddler, ensure that the PC and the phone on the same LAN, and on the phone to the WiFi configuration manual HTTP proxy, the server is the IP address of the PC, the port number is 8888. Then use Safari to open the link (http://Native IP address 8888), click on the Web page "Fiddlerroot certificate" Install the Fiddler certificate, after the installation is complete, you can use Fiddler grab the package on the phone. If you see an open app that does not connect to the Internet, check that the certificate bar in the native of the phone settings general is already trusted.
4. The phone opens the Cat eye app, opens the comment bar, continues to slide the load comment, and finally intercepts the comment data interface in the Fiddler.
5. Open the fetched data interface, and you can see the corresponding JSON data.
Cat's Eye movie app grab bag get Comment data interface