1, first need to install the Fiddler grab Bag tool
2, after the successful installation of the Fiddler for simple configuration:
Open Fiddler,tools->fiddler Options
-Tick "decrpt HTTPS traffic", select fiddler to intercept HTTPS requests
-Tick "Allow remote computers to connect", select allows other machines to send Http/https request to fiddler
After the configuration is complete, restart fiddler
3. Obtain the IP address of the machine where the fiddler is located
This is relatively simple, the mouse moved to the upper-right corner of fiddler online, you can see the IP address;
or run-->cmd-->ipconfig to get an IP address
4. iphone Installation Fiddler certificate
The certificate is installed to obtain an HTTPS request, and if you only need to get an HTTP request, you can ignore this step
Before installing the certificate, you need to know the IP address and port number of the Fiddler machine.
Open the phone Safari, access the address, such as ip:192.168.1.10, port number: 8888, then visit http://192.168.1.10:8888, click "Fiddlerroot Certificate", then install the certificate
5. Open the Fiddler certificate switch
If the iphone is prior to 10.3 version, it will open automatically after installation, if it is 10.3 later, you need to open it manually
Open path: Set----Universal---about this computer----The certificate information settings, turn on the fiddler certificates switch
6, iphone configuration fiddler agent
Open the iphone, locate the current network connection, open the HTTP proxy, enter the IP and port number of the machine where the Fiddler is located, and start grabbing the packet after the storage is successful.
How to use fiddler to crawl iphone data requests