Skip to content

[bug] 发送请求时未正确路由至二级代理配置 #1569

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

Open
1564307973 opened this issue Apr 18, 2025 · 1 comment
Open

[bug] 发送请求时未正确路由至二级代理配置 #1569

1564307973 opened this issue Apr 18, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@1564307973
Copy link

嗨~ 发现最新版 Reqable 在处理二级代理时有点小问题!

配置了代理链(一级代理 + 二级代理),
在「代理 - 二级代理」中正确填写了二级代理地址( 127.0.0.1:33333),
且确认代理链工具(Clash)已正常运行。

但在 API 编辑界面点击「发送」后,
请求未经过二级代理,
而是直接连接目标服务器,
导致部分需要多级代理转发的场景无法使用。

复现步骤

  1. 配置二级代理(支持 HTTP/SOCKS5,需验证代理链连通性);
  2. 在 Reqable 中填写二级代理地址并保存;
  3. 创建任意 API 请求(如 youtube),点击发送。

预期行为

请求应通过二级代理转发,代理日志记录完整链路。

实际行为

请求直接发送至目标服务器,未经过二级代理。

推测可能是代理转发逻辑未处理多级代理场景,
或仅读取了系统默认代理而非应用内配置的二级代理。
希望能排查代理路由逻辑,支持二级代理/代理链的正确转发~

感谢开发者的辛勤工作!期待修复~ 😊

Image

@1564307973 1564307973 added the bug Something isn't working label Apr 18, 2025
@MegatronKing
Copy link
Member

@1564307973 您好,感谢反馈。二级代理是给调试功能用的,如果是发送请求,要么开启跟随调试功能(URL输入框最后的图标点亮),要么直接在设置Tab里面配置代理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants