当前位置:网站首页>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
边栏推荐
- Performance optimization record of the company's product "yunzhujia"
- Analyze Android event distribution mechanism according to popular interview questions (I)
- Interface test
- CentOS installs JDK1.8 and mysql5 and 8 (the same command 58 in the second installation mode is common, opening access rights and changing passwords)
- 2016 CCPC Hangzhou Onsite
- 字节跳动 Kitex 在森马电商场景的落地实践
- Basic use of JMeter to proficiency (I) creation and testing of the first task thread from installation
- The new activity of "the arrival of twelve constellations and goddesses" was launched
- 哈夫曼编码压缩文件
- [ORM framework]
猜你喜欢
一文讲解单片机、ARM、MUC、DSP、FPGA、嵌入式错综复杂的关系
STM32中AHB总线_APB2总线_APB1总线这些是什么
Pytest learning - dayone
ORM -- grouping query, aggregation query, query set queryset object properties
Internship log - day07
The applet realizes multi-level page switching back and forth, and supports sliding and clicking operations
Future development blueprint of agriculture and animal husbandry -- vertical agriculture + artificial meat
ArcGIS operation: batch modify attribute table
Postman interface test I
ISP、IAP、ICP、JTAG、SWD的编程特点
随机推荐
2016 CCPC Hangzhou Onsite
Bean operation domain and life cycle
arcgis操作:dwg数据转为shp数据
ORM--分组查询,聚合查询,查询集QuerySet对象特性
Bean 作⽤域和⽣命周期
Enterprise practice | construction of banking operation and maintenance index system under complex business relations
Gym - 102219j kitchen plates (violent or topological sequence)
Apprentissage avancé des fonctions en es6
一大波开源小抄来袭
Wallys/IPQ6010 (IPQ6018 FAMILY) EMBEDDED BOARD WITH ON-BOARD WIFI DUAL BAND DUAL CONCURRENT
第十四次试验
Memory ==c language 1
ORM--数据库增删改查操作逻辑
ORM -- query type, association query
[learning notes - Li Hongyi] Gan (generation of confrontation network) full series (I)
Basic chapter: take you through notes
conda离线创建虚拟环境
Gym - 102219J Kitchen Plates(暴力或拓扑序列)
每周推荐短视频:L2级有哪些我们日常中经常会用到的功能?
Applet sliding, clicking and switching simple UI