美文网首页
抓包工具Charles

抓包工具Charles

作者: 木子李007 | 来源:发表于2021-04-09 10:13 被阅读0次

一、Charles-断点功能(原文地址:https://www.jianshu.com/p/7479866a1d8e
1、添加Charles断点
1.1 用Charles抓包发起一次接口请求
1.2 对要打断点的接口右键,选择【Breakpoints】

image.png

2、Charles断点设置
2.1 点击Charles菜单-【Proxy】-【Breakpoint...】,此时会弹出【Breakpoints Settings】对话框


image.png

2.2 双击【Location】内的接口地址,此时会弹出【Edit Breakpoint】对话框
2.3 在【Query】项输入:*
2.4 如果我需要修改返回的参数,就只勾选【Response】


image.png

3、修改接口返回值
3.1 再次发起接口请求,此时会弹出下面的对话框
3.2 点击【Edit Response】,修改返回的报文


image.png

相关文章

网友评论

      本文标题:抓包工具Charles

      本文链接:https://www.haomeiwen.com/subject/rbomkltx.html