Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect协议的http请求无法解析 #1043

Closed
firear opened this issue Feb 27, 2024 · 6 comments
Closed

connect协议的http请求无法解析 #1043

firear opened this issue Feb 27, 2024 · 6 comments

Comments

@firear
Copy link

firear commented Feb 27, 2024

如果不勾选“Capture TUNNEL CONNECTS”,目前无法解析connect协议的http请求。
可以类似Fiddler将“Capture TUNNEL CONNECTS”选项改为“Capture HTTPS Connections”.

不勾选时也可以解析connect协议的http代理请求,但不拦截tls协议,勾选时才拦截tls协议。

@avwo
Copy link
Owner

avwo commented Feb 27, 2024

加个规则试试:

* enable://forHttp

@firear
Copy link
Author

firear commented Feb 27, 2024

加个规则试试:

* enable://forHttp

测了,web端还是只能看到connect。

@avwo
Copy link
Owner

avwo commented Feb 27, 2024

Capture TUNNEL CONNECTS 这个要钩上

@firear
Copy link
Author

firear commented Feb 27, 2024

勾上的话本来就可以正常拦截http,不用加规则;但是勾上同时会拦截https,我不想拦截https,因为客户端不可控他不信任我证书。
fiddler就没有这个问题。

@avwo
Copy link
Owner

avwo commented Mar 1, 2024

钩上并在 Rules 配置规则 * enable://forHttp 试了吗

@firear
Copy link
Author

firear commented Mar 1, 2024

钩上并在 Rules 配置规则 * enable://forHttp 试了吗

试了 果然可以 多谢大佬!

@firear firear closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants