mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-03-15 04:23:17 +08:00
Add request decryption feature to README documentation
This commit is contained in:
@@ -11,9 +11,10 @@ and easy to use.
|
||||
* Domain name filtering: Only intercept the traffic you need, and do not intercept other traffic to avoid interference with other applications.
|
||||
* Search: Search requests according to keywords, response types and other conditions
|
||||
* Script: Support writing JavaScript scripts to process requests or responses.
|
||||
* Request rewrite: Support redirection, support replacement of request or response message, and can also modify request or response according to the increase.
|
||||
* Request mapping: Do not request remote services, use local configuration or scripts for response
|
||||
* Request blocking: Support blocking requests according to URL, and do not send requests to the server.
|
||||
* Request Rewrite: Support redirection, support replacement of request or response message, and can also modify request or response according to the increase.
|
||||
* Request Mapping: Do not request remote services, use local configuration or scripts for response
|
||||
* Request Decryption: Configure AES decryption key to automatically decrypt HTTP message body
|
||||
* Request Blocking: Support blocking requests according to URL, and do not send requests to the server.
|
||||
* History: Automatically save the captured traffic data for easy backtracking and viewing. Support HAR format export and import.
|
||||
* Others: Favorites, toolbox, common encoding tools, as well as QR codes, regular expressions, etc.
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
* 脚本: 支持编写JavaScript脚本来处理请求或响应。
|
||||
* 请求重写: 支持重定向,支持替换请求或响应报文,也可以根据增则修改请求或或响应。
|
||||
* 请求映射: 不请求远程服务,使用本地配置或脚本进行响应
|
||||
* 请求解密: 配置AES解密密钥,自动解密HTTP消息体
|
||||
* 请求屏蔽: 支持根据URL屏蔽请求,不让请求发送到服务器。
|
||||
* 历史记录:自动保存抓包的流量数据,方便回溯查看。支持HAR格式导出与导入。
|
||||
* 其他:收藏、工具箱、常用编码工具、以及二维码、正则等
|
||||
|
||||
Reference in New Issue
Block a user