当前位置:网站首页>[Fiddler problem] solve the problem about Fiddler's packet capturing. After the mobile network is configured with an agent, it cannot access the Internet
[Fiddler problem] solve the problem about Fiddler's packet capturing. After the mobile network is configured with an agent, it cannot access the Internet
2022-07-03 06:56:00 【Alisone_ li】
【Fiddler problem 】 Solve about Fiddler In the bag , After configuring agent for mobile network , Unable to access the Internet
One 、 Add file in registry
- 1、 Use windows + R Shortcut key Open the running program and enter
regedit, As shown in the figure :
- 2、 Open the registry , stay
Computer \HKEY_CURRENT_USER\SOFTWARE\Microsoft\Fiddler2Next create a DWORD, Value is set to80( Decimal system ), As shown in the figure :

Two 、 To configure FiddlerScript rule
- 1、 To write FiddlerScript rule, There are two ways , open Fiddler Script file
- a. Click on The rules -> Custom rule (Rules > Customize Rules) , open Fiddler Script file

- a. Click on The rules -> Custom rule (Rules > Customize Rules) , open Fiddler Script file
- b. stay Fiddller In the right half of the panel , find
Fiddler ScriptAnd click the , The code configuration shown in the following figure appears :
- 2、 Use Ctrl + F Shortcut key , Search for
OnBeforeRequestMethod , And add the following code at the end of the method :
The added code configuration , As shown in the figure below :if (oSession.host.toLowerCase()=="webserver:8888") { oSession.host="webserver:80"; }
- 3、 here , The mobile phone can access the Internet . namely , You can access the browser , Or use the application .
边栏推荐
- [day15] introduce the features, advantages and disadvantages of promise, and how to implement it internally. Implement promise by hand
- [Code] occasionally take values, judge blanks, look up tables, verify, etc
- File links cannot be opened or downloaded in Google browser
- 2022-06-23 vgmp OSPF inter domain security policy NAT policy (under update)
- Shim and Polyfill in [concept collection]
- Class and object summary
- Unit test framework + Test Suite
- golang操作redis:写入、读取kv数据
- IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
- Pits encountered in the use of El checkbox group
猜你喜欢

Inno Setup 制作安装包

The list of "I'm crazy about open source" was released in the first week, with 160 developers on the list

JMeter test result output

2022 - 06 - 23 vgmp - OSPF - Inter - Domain Security Policy - nat Policy (Update)

Jenkins

Win 10 find the port and close the port

这两种驱蚊成份对宝宝有害,有宝宝的家庭,选购驱蚊产品要注意

Golang operation redis: write and read kV data

DBNet:具有可微分二值化的实时场景文本检测

Practice of enterprise ab/testing platform
随机推荐
IC_ EDA_ All virtual machine (rich Edition): questasim, vivado, VCs, Verdi, DC, Pt, spyglass, icc2, synthesize, innovative, ic617, mmsim, process library
[attribute comparison] defer and async
La loi des 10 000 heures ne fait pas de vous un maître de programmation, mais au moins un bon point de départ
Laravel框架 踩坑(一)
PHP install the spool extension
Modify MySQL password
mongodb
[untitled]
How to migrate or replicate VMware virtual machine systems
EasyExcel
crontab定时任务
Heap sort and priority queue
Unit test framework + Test Suite
Inno Setup 制作安装包
Simple password lock
Software testing learning - day 3
Dbnet: real time scene text detection with differentiable binarization
Basic teaching of crawler code
SQL implementation merges multiple rows of records into one row
Machine learning | simple but feature standardization methods that can improve the effect of the model (comparison and analysis of robustscaler, minmaxscaler, standardscaler)