当前位置:网站首页>fiddler-AutoResponder
fiddler-AutoResponder
2022-07-07 10:09:00 【Splendid Qianyang 813】
https://www.cnblogs.com/yoyoketang/p/10604746.html
Preface
mock It can be said that it is a must ask topic in the interview , My first contact with mock When I was young, I also looked confused . although fiddler The tool has been used for a long time , Breaking point inside , The function of setting automatic data return has been used .
mock The popular point is to simulate the returned data , It's just that the interviewer pretends to force , So professional . Simulated return data , use fiddler Break point to modify the return data and settings AutoResponder Can achieve
AutoResponder
Use AutoResponder, Modify the returned data and save , Let the interface return the modified data
Visit the online address :https://www.cnblogs.com/yoyoketang/ Use fiddler Grab the bag
Find the captured data from the session box , Drag to AutoResponder page

Right click to edit the returned content

It opens at raw, Modify the returned body Content , Point after modification save preservation

Next check Enable rules And check the interface to be set , Re open the browser to see that the content has been modified

Check Enable rules At the same time , You'd better tick it at the same time Unmatched requests passthrougth, This option is to release all unmatched
Add Rule
If we want to request an interface address , return json data , Add here Add Rule It can also be realized
It opens at Rule Editor The second input box , Pick the last one “Find a file”, Find the local json The lower right corner behind the file Save preservation

json The contents of the document are as follows
{"error_code": 0,
"reason": "success",
"result": {
"data": {
"conclusion": "[ Good luck + Official luck + Fortune + Talent and skill ] Like a dragon in the clouds , float upon the clouds , wisdom Strive for progress , Just a little success ",
"analysis": " Desire is difficult and hope is high , If the plan succeeds, the financial resources are great , Suspicion and jealousy are from Change , Like a dragon riding on the cloud ."
}
}
}
Next, enter... In the browser :https://www.baidu.com/ The setting just now will appear json Content

Set the return to local html The same is true for files
Set address jump
When visiting an Internet address , How to jump to the local connection ? You can also set the rule jump here
Set the rules as shown in the following figure , visit https://www.sina.com.cn/ Jump to visit the local jenkins Address http://localhost:8080/login

Analog status code
AutoResponder It can also simulate the status code , such as 302, 401, 502 such

revisit https://www.sina.com.cn/ when , It will pop up 401 Authentication box

Network latency can also be simulated *delay:100
边栏推荐
- ORM -- database addition, deletion, modification and query operation logic
- AI moves from perception to intelligent cognition
- Applet sliding, clicking and switching simple UI
- MCU与MPU的区别
- Es classes and objects, prototypes
- 企业实战|复杂业务关系下的银行业运维指标体系建设
- Codeforces - 1324d pair of topics
- Enterprise practice | construction of banking operation and maintenance index system under complex business relations
- Parameter sniffing (2/2)
- VS Code指定扩展安装位置
猜你喜欢

Postman interface test I

Memory ==c language 1

The request object parses the request body and request header parameters

官媒关注!国内数字藏品平台百强榜发布,行业加速合规健康发展

Deep understanding of UDP, TCP

企业实战|复杂业务关系下的银行业运维指标体系建设

ORM -- grouping query, aggregation query, query set queryset object properties

一大波开源小抄来袭

XML配置文件解析与建模

LeetCode 练习——113. 路径总和 II
随机推荐
ORM -- grouping query, aggregation query, query set queryset object properties
一大波开源小抄来袭
Wallys/IPQ6010 (IPQ6018 FAMILY) EMBEDDED BOARD WITH ON-BOARD WIFI DUAL BAND DUAL CONCURRENT
ISP、IAP、ICP、JTAG、SWD的编程特点
Analyze Android event distribution mechanism according to popular interview questions (II) -- event conflict analysis and handling
Win10安装VS2015
网上可以开炒股账户吗安全吗
Become a "founder" and make reading a habit
Gym - 102219j kitchen plates (violent or topological sequence)
Hcip first day notes sorting
ISP、IAP、ICP、JTAG、SWD的编程特点
Agile course training
能源路由器入门必读:面向能源互联网的架构和功能
单片机(MCU)最强科普(万字总结,值得收藏)
Future development blueprint of agriculture and animal husbandry -- vertical agriculture + artificial meat
Postman interface test II
Using keras in tensorflow to build convolutional neural network
2020 Zhejiang Provincial Games
一文讲解单片机、ARM、MUC、DSP、FPGA、嵌入式错综复杂的关系
Es classes and objects, prototypes