Objective
Fiddler's request for a mobile app is estimated to be most, but how can I only grab requests from the app?
Filter out requests from the PC because there are too many requests to find important information.
Environment Preparation:
1. Fiddler is installed on the computer
2. Mobile phone and computer on the same LAN
First, set
1.fiddler>tools>fiddler options>connections check Allow remote computers to connect.
2. Remember the port number: 8888, which will be used later.
Second, check the computer IP
1. Open cmd, enter: ipconfig, remember this IPv4 address.
>>ipconfig
Third, set up the agent
1. Phone Settings->wlan settings, select the WiFi, point to the right arrow (some phones are long press the pop-up box).
2. Select Modify Network configuration:
Configure host name: Align with host computer IP address
Port number: 8888
3. After saving, you can catch the request from the mobile phone.
Iv. grasping HTTPS requests on the app
1. If the app is HTTP request, do not need to install the certificate, can directly catch, if it is HTTPS request, this time the phone needs to download the certificate.
2. Open the Phone browser input: http://10.224.xx.xx:8888, the middle of the host address is the previous found in the native address.
3. The following screen appears, click the arrow to point to the location, the installation can be clicked.
Five, set the filter
1. Set up the agent on the phone, this time fiddler caught on the PC and the app all the requests, if the PC open URLs, there will be a lot of, when you need to turn on the filtering function.
2. Open Fiddler>tools>fiddler Options>https>...from remote clients only, tick this option.
... from all processes: Catch all requests
... from browsers only: Grab browser requests only
Non-browsers only: Catch non-browser requests only
.. from remote clients only: Grasping remote client requests only
(Note: If the phone set up the agent, after the test play remember to return to the original, or the phone will not be normal internet .) )
Feel for you to help, in the lower right corner of a praise it, thank you!
Python interface Automation QQ Group: 226296743
Fiddler Grab Pack 2-grab app requests only