当前位置:网站首页>Charles capture shows solution
Charles capture shows solution
2022-08-03 07:04:00 【Maomao cat hair】
Part 1: Charles packet capture WeChat applet data
Charles will capture the packet, and the lock is added before the request. The specific address is the case.

Resolving problems
First, you need to install charles on the computer, then you need to set the WiFi settings on the mobile phone, modify the proxy settings in the configuration, and set the server's host name to the current ip address of your computer (it should be noted that your proxy server hostThe IP address of the name should be the same as the network segment of the IP address you are currently connected to).
To capture the HTTPS request on the iPhone device, you need to install a certificate on the iPhone as well. Enter this URL in the mobile browser: http://charlesproxy.com/getssl, and click Install.
1. Confirm whether the ssl certificate is installed on the mobile phone or other devices (if the certificate is not installed, open the browser login URL: chls.pro/ssl to install the certificate).About this machine -> set to trust the certificate), otherwise the packet capture will still display the unknown type.

2. In Charles, set the proxy URL of SSL Proxying in Proxy->SSL Proxying Settings.
Click Add->OK directly without entering host and port.

3. Capture the packet again, it is no longer locked, and the content of the captured packet can be displayed normally.
??I am a small tester who is keen to share test dry goods
?? Welcome to like ?? Favorites, comments ?? If there are any mistakes, please correct me!
For more dry goods, you can pay attention to the public number: software testing development area
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- 【dllogger bug】AttributeError: module ‘dllogger‘ has no attribute ‘StdOutBackend‘
- Multi-Head-Attention原理及代码实现
- 连续型特征做embedding代码示例
- MySQL的on duplicate key update 的使用
- 我国有关信息方面的法律法规
- UniApp scroll-view 事件不生效(@scroll、@scrolltolower、@scrolltoupper ...)
- MySQL忘记密码怎么办
- postman配置中文
- pyspark --- 统计多列的众数并一次返回
- ES6中 Symbol 的基础学习,迭代器和生成器的基本用法
猜你喜欢
随机推荐
ES 中时间日期类型 “yyyy-MM-dd HHmmss” 的完全避坑指南
spark中Repartition 和 Coalesce 区别
信息学奥赛一本通T1452:Keyboarding
torch.nn.modules.activation.ReLU is not a Module subclass
MySQL中,对结果或条件进行字符串拼接
SQLSERVER将子查询数据合并拼接成一个字段
【EA Price strategy OC1】以实时价格为依据的EA,首月翻仓!】
pyspark --- 统计多列的众数并一次返回
FiBiNet torch复现
Chrome configuration samesite=none method
FiBiNet torch reproduction
ES6中 Symbol 的基础学习,迭代器和生成器的基本用法
pyspark --- 空串替换为None
10 common data types in MySQL
SQL——左连接(Left join)、右连接(Right join)、内连接(Inner join)
MySQL的安装教程(嗷嗷详细,包教包会~)
el-table实现列筛选功能,控制列的显示和隐藏(实现简单,效果满分)
DIFM network, rounding and repetition
【设计指南】避免PCB板翘,合格的工程师都会这样设计!
sql优化常用的几种方法








