当前位置:网站首页>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
边栏推荐
- CDZSC_ 2022 winter vacation personal training match level 21 (2)
- The industrial chain of consumer Internet is actually very short. It only undertakes the role of docking and matchmaking between upstream and downstream platforms
- Postman tutorial - scripting
- Sword finger offer II 107 Distance in matrix
- SQLyog数据库怎么取消自动保存更改
- [untitled]
- There is a problem using Chinese characters in SQL. Who has encountered it? Such as value & lt; & gt;` None`
- Basic chapter: take you through notes
- Applet sliding, clicking and switching simple UI
- ORM model -- creation and query of data records
猜你喜欢

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)

ISP、IAP、ICP、JTAG、SWD的编程特点

嵌入式背景知识-芯片

ES类和对象、原型

ORM--数据库增删改查操作逻辑

Internship log - day07

Pit encountered by vs2015 under win7 (successful)

每周推荐短视频:L2级有哪些我们日常中经常会用到的功能?
![[untitled]](/img/5b/61efbaded29250bc8d921b0cf087c8.png)
[untitled]

Software modeling and analysis
随机推荐
CDZSC_ 2022 winter vacation personal training match level 21 (2)
能源路由器入门必读:面向能源互联网的架构和功能
每周推荐短视频:L2级有哪些我们日常中经常会用到的功能?
Deadlock caused by non clustered index in SQL Server
Finally, there is no need to change a line of code! Shardingsphere native driver comes out
Deep understanding of UDP, TCP
Parameter sniffing (1/2)
Google Colab装载Google Drive(Google Colab中使用Google Drive)
MCU与MPU的区别
ArcGIS operation: batch modify attribute table
ES6中的原型对象
Applet sliding, clicking and switching simple UI
The physical meaning of imaginary number J
网上可以开炒股账户吗安全吗
MySQL can connect locally through localhost or 127, but cannot connect through intranet IP (for example, Navicat connection reports an error of 1045 access denied for use...)
Why are social portals rarely provided in real estate o2o applications?
Garbage disposal method based on the separation of smart city and storage and living digital home mode
2016 CCPC Hangzhou Onsite
ISP、IAP、ICP、JTAG、SWD的编程特点
位操作==c语言2