拦截不到https请求
Open
- Dominant language
- JavaScript
- Stars
- 7.9k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
在windows 系统下 使用版本为3.10.3
在node中启动服务,规则内开启了
shouldInterceptHttpsReq: function (req) {
return true;
},
但是在手机信任了根证书以及设置代理之后所有的请求都没有进入shouldUseLocalResponse方法内
终端上不出现任何请求日志,之后在终端中直接启动anyproxy -i 设置代理之后也是一样的结果
有关于https的请求在终端上都不出现任何信息
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the HTTPS case on Windows with version 3.10.3, using the Node service and the `anyproxy -i` entry point described in the report. Trace why requests do not reach `shouldInterceptHttpsReq` or `shouldUseLocalResponse`, and verify terminal logging; done means trusted, proxied HTTPS requests are intercepted and logged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100