Download and use of the Fiddler2 grab Bag tool2018-04-22 18:06:37 0 0 0
Fiddler is a very popular and useful HTTP capture tool, it is the principle of the computer to open an HTTP proxy server, and then it will forward all the HTTP requests and responses, so it is more than the general Firebug or Chrome comes with the capture tool to use more. Not only that, it can also support some advanced features such as request replay. It is obvious that it can support HTTP capture for mobile apps. This article is to introduce how to use fiddler mobile phone application to grasp the package.
How do I use Fiddler to grab my Android app?
Tools/Materials
Start Fiddler, open the Tools > Fiddler options in the menu bar, and Open the Fiddler Options dialog box.
In the Fiddler Options dialog box, switch to the Connections tab, then tick the checkbox after allow romote computers to connect, then click the OK button.
In the Fiddler Options dialog box, switch to the HTTPS tab, tick the checkbox for Decrypt HTTPS traffic, and then tick Ignore server certificate errors (unsafe) and click "OK" button.
Select "From Browser only" to do so.
After configuring the Fiddler, restart the Fiddler for the configuration to take effect.
On the native command line input: ipconfig, locate the IP address of the machine.
Open "Settings", "Wi-Fi" on your Android device, locate the network you want to connect to, tap and hold on it, then select "Modify Network", pop Up the network Settings dialog, and tick "show advanced Options".
OK, click Connect, then open the phone browser, enter in the URL field: http://192.168.1.107:8888, install fiddler certificate
Then launch the Android device app and click on the menu to see the completed request and response data in Fiddler.
fiddler turn off Automatic Updates
Fiddler boot when the old pop up to update, but do not want to update, you can set the Tools-optons->general to remove the first √
Fiddler2 How to grab a package for Android apps