1. charles 的破解和使用

1.1. 破解

破解网址:https://www.zzzmode.com/mytools/charles/

1.2. 使用

1.2.1. tools -> Rewrite 【上面的地址替换为下面的地址】

前端代理 url

// https://boss.test.dos.lixinchuxing.cn/((?!(api|auth|store_config)).*)

// http://localhost:8000/$1

联调代理 url

// http://lxcx.com:5000/(((api|auth|store_config)).*)

// http://localhost:8000/$1

接口代理 url

// http://style.spacex.lan.cheanjia.net/(((api|static|resource)).*)

// http://localhost:8360/$1

Host 代理

// 192.168.102.23

// lxcx.com

1.2.2. tools -> Map Local Setting

可以串改接口返回的数据

1.2.3. 正则解释

((?!(api|auth|store_config)).*) 非

$1 正则占位符()

正则测试地址:https://regex101.com/ or https://jex.im/regulex/

1.3. 竞品 whistle

http://wproxy.org/whistle/install.html

Copyright © tomgou 2022 all right reserved,powered by Gitbook该文章修订时间: 2023-08-28 17:33:23

results matching ""

    No results matching ""