In the APP test, you often need to modify the request parameters to get different display results to see the corresponding page display processing. For example, you can obtain different response results by modifying the parameters of the HTTP request.
The following is an example of modifying the HTTP request's commodity system number to briefly explain how to modify the request parameters of an HTTP request via Fiddler. When initially unmodified, the product information displayed on the page is as follows (at this point the product system number is: 2142717):
The following Fiddler modifies the product system number requested by the vendor, so that it should return to Apple (Apple) IPhone 6 Plus (A1524) 16GB Gold mobile phone business details, return product: Canon (canon) EOS 5D Mark III SLR sets. The following steps are described:
First step: Modify Fiddler interception mode
Depending on the location shown, click on the section in the red box (lower left corner of the Fiddler) until the style in the display, which intercepts the HTTP request mode.
Step two: Operate the phone, go to get the detailed HTTP request (need to proxy the phone to the computer)
After the client makes the request, Fiddler intercepts the request as shown:
Step Three: Modify the product system number requested by the vendor
Modify the product system number:, and then click Continue to send the request button continue to send the request (before sending, the interception mode is cleared), the phone is displayed as the modified product information, as follows:
At this point, fiddler-005-Modify the HTTP request parameters successfully completed, I hope this article can give beginners Fiddler you a reference.
Finally, very grateful to the pro-stop, I hope this article can be pro helpful. Warmly welcome the kiss to discuss together and progress together. Thank you so much! ^_^
fiddler-005-Modifying HTTP request parameters