tags: fiddler use
1. Download fiddler, Baidu directly search and install.
2. Mobile: select http proxy-manual-enter the computer's IP address and 8888 port number
3. Open Terminator 2 on the phone and observe the url list in fiddler.
4、Capture the packet, find the request to be intercepted, and then add Rule in AutoResponder:

5. Select "Create New Response..." in the second column of Rule Editor:

6. Click Save, a window will pop up, select the Raw column in the pop-up window, copy and paste the Raw column content corresponding to the request captured by the packet capture, and then modify the part that you want to modify, and then click "Save" Save: Change to {"ret":0,"status":0}
After , you can automatically intercept the request and modify the return body.
7. If you want to frequently modify and replace some content in the return body, you can right-click on the corresponding pending request in AutoResponder and edit the return body with "Edit Response":
The above isIt is through Fiddler to catch and change the whole strategy of intercepting requests.
8. Enter the Terminator 2 game under wifi environment, appears
9. Switch the data flow and tap to enter the game
That's all. . . (If you do not want to use data traffic to play, switch to wifi when you enter the game page: Note: the computer and mobile phone are connected to the same network segment)
The working principle of fiddler: As a proxy, it first captures the client's request request, and then forwards it to the server itself. When the server receives the request, it will return a response...
First of all, I will explain to you that Fiddler is commonly used in development tools in development. During the development process, I summarize the common concentrated problems and solutions 1. The...
[Fiddler actual operation] How to use Fiddler to capture Apple mobile phones 1. Summary of Conditions 2. Install Filder 1. Download Fiddler 2. Run Fiddler 3. Configure Fiddler 1. Configure port 2. Con...
In the game.js file if ((typeof swan !== ‘undefined’) && (typeof swanGlobal !== ‘undefined’)) { require(“swan-game-adapter.js”); require(“libs/laya.bd...
1.0 Baidu search fiddler, and download software 2.0 Installation software downloaded fiddler 3.0 Double-click to open the software, click tools-> Fiddler Options, as shown in FIG. 4.0 the Options d...
first part Download and install the fiddler 1, using any browser search [fiddler] download and install, and fiddler download the installation package. 2, after the installation package download...
A. Parameters are configured on the computer 1. Configure fiddler allowed to listen to https (fiddler default only crawl http format) Open Fiddler menu item Tools-> TelerikFiddler Options-> HTTP...
Today caught with fiddler https, suddenly found can not be used, tired heart, delay time, the specific operation under the care of finishing, hope in times when you encounter problems, will not waste ...
How do we use Fiddler to modify the request sent by the client, here we need to do the following: 1. First of all, we select Rules> Automatic Rreakpoints> Before Requests, here is to configure t...
fiddler download: link: Extract code: j8l9 1. Open fiddler and open the website to be replaced 2, find the file to be replaced in fiddler 3, click AutoResponder on the right 4. Click the Add Rule butt...