当前位置:网站首页>There is no network after configuring the agent by capturing packets with Fiddler mobile phones
There is no network after configuring the agent by capturing packets with Fiddler mobile phones
2022-07-05 23:54:00 【Big.】
For the first time fiddler Grab the bag , After configuring my own computer agent on my mobile phone, I found that there was no network connection , Configure others' agents to have network connections . After Baidu , After trying various methods, it was successfully solved , The whole operation process is recorded below :
1. Confirm that the mobile agent is not configured incorrectly :
Computer search id Address method : Start —— function ——cmd—— determine ——ipconfig—— enter ;
IPv4 The address is the computer id Address :
mobile phone HTTP The configuration agent in the agent , Select Manual , Then input the computer's ip Address , Port input fiddler The port set in ( It's usually 8888);
2. Modify registry information ;
Open the registry : function ——cmd—— determine ——regedit—— enter , stay HKEY_CURRENT_USER\Software\Microsoft\Fiddler2 Next create a DWORD, Value is set to 80( Decimal system )( Right click , Choose new ):
3. edit fiddlerScript rule;
stay fiddler In the menu bar , Click on Rules, choice Customize Rules, And then through ctrl+f lookup OnBeforeRequest Method to add a line of code ;
if (oSession.host.toLowerCase() == "webserver:8888")
{
oSession.host = "webserver:80";
}
- 1
- 2
- 3
- 4
- 5
PS: After setting these on my computer , Reopen fiddler I can't find it , Still no network connection , So I thought about whether to install the certificate , I will reinstall the certificate , Then reopen fiddler, Sure enough . Here are the steps to reinstall the certificate :
1. stay fiddler In the menu bar , Click on Tools, choice Options…
2. Click on HTTPS, choice Actions, And then choose Reset All Certificates, Click ok ;
3. Then the prompt message of installing the certificate will pop up , choice YES, Installation certificate ;
4. Once installed , stay Actions Choose from Open Windows Certificate Manager, You can view the installed certificate .
边栏推荐
- How much do you know about the bank deposit business that software test engineers must know?
- Senparc.Weixin.Sample.MP源码剖析
- Online yaml to CSV tool
- 转:未来,这样的组织才能扛住风险
- Add noise randomly to open3d point cloud
- Russian Foreign Ministry: Japan and South Korea's participation in the NATO summit affects security and stability in Asia
- 软件测试工程师必会的银行存款业务,你了解多少?
- What is a humble but profitable sideline?
- Tips for using pads router
- C reflection and type
猜你喜欢
Laser slam learning record
Rasa 3. X learning series -rasa x Community Edition (Free Edition) changes
零犀科技携手集智俱乐部:“因果派”论坛成功举办,“因果革命”带来下一代可信AI
CAS and synchronized knowledge
orgchart. JS organization chart, presenting structural data in an elegant way
Miaochai Weekly - 8
Biased sample variance, unbiased sample variance
"14th five year plan": emphasis on the promotion of electronic contracts, electronic signatures and other applications
Effet Doppler (déplacement de fréquence Doppler)
Part III Verilog enterprise real topic of "Niuke brush Verilog"
随机推荐
openssl-1.0.2k版本升级openssl-1.1.1p
QCombox(重写)+QCompleter(自动补全,自动加载qcombox的下拉选项,设置背景颜色)
【luogu P3295】萌萌哒(并查集)(倍增)
China Jinmao online electronic signature, accelerating the digitization of real estate business
CAS and synchronized knowledge
mysql-全局锁和表锁
Biased sample variance, unbiased sample variance
Do you regret becoming a programmer?
有什么不起眼却挣钱的副业?
Go language introduction detailed tutorial (I): go language in the era
CloudCompare&PCL 点云随机添加噪声
Huawei simulator ENSP - hcip - MPLS experiment
15 MySQL stored procedures and functions
亲测可用fiddler手机抓包配置代理后没有网络
18. (ArcGIS API for JS) ArcGIS API for JS point collection (sketchviewmodel)
The PostgreSQL column reference 'ID' is ambiguous - PostgreSQL column reference'id'is ambiguous
Upgrade openssl-1.1.1p for openssl-1.0.2k
Initialize your vector & initializer with a list_ List introduction
保研笔记二 软件工程与计算卷二(13-16章)
C# 反射与Type