This article is written by the blogger himself, please specify the source of the reprint
First, Introduction
Fiddler is an HTTP protocol debugging Agent tool that can record and check HTTP traffic between all your computers and the Internet, set breakpoints, and view all the "in and Out" Fiddler data. Fiddler is much simpler than other network debuggers because it not only exposes HTTP traffic but also provides a user-friendly format.
Second, the use of steps
1. Download fiddler, open the software, click Tools on the top menu bar, select the dropdown fiddler options to open the pop-up window:
2. Click on the Box menu bar HTTPS, will decrypt HTTPS traffic, ignore the server certificate error two check on,:
3. Next, click on the Box menu bar connections, set the port number to 8888, will allow remote computer connection check on, as shown in:
4. After setting, click on the lower left corner of the computer-start-run input cmd, enter ipconfig in the popup box, as shown, remember your computer's IP.
5. Then open your phone, set--Wireless LAN--manually set up the HTTP proxy, enter your computer's IP and proxy port number, as shown in
6. Last step, open your project with Google Chrome and click on the forage QR code in the upper right corner (no, install it). Scan the QR code on your phone to see your items on your phone. It is convenient to view the request parameters and return data in Fiddler, and to see how the H5 is displayed on the phone.
Fiddler Mobile capture package software simple to use