wanghongenpin / network_proxy_flutter

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems
Apache License 2.0
4.91k stars 388 forks source link

[fix]重写规则的url匹配,支持url中带参数的场景 #183

Closed caofengbin closed 1 month ago

caofengbin commented 1 month ago
企业微信截图_efa60a19-d537-4056-900a-385052a00bd4

请求重写的规则中,如果在url中带了参数字段,则无法匹配成功。

调试发现是生成的正则中的?需要转义,尝试修改了下匹配的正则生成逻辑。