reqable / reqable-app

Reqable issue track repo
https://reqable.com
3.72k stars 133 forks source link

[bug] 发送API请求显示无权限 #1119

Closed shinobi01 closed 1 week ago

shinobi01 commented 1 week ago

Describe the bug Setting 里设置了manual proxy,通过proxy发送API请求

To Reproduce Steps to reproduce the behavior:

  1. 创建API get请求
  2. 在设置里添加proxy信息
  3. 发送请求

Expected behavior 正确返回API结果

Screenshots

image

Information

shinobi01 commented 1 week ago

我知道原因了,是导入的postman的collection里面包含headers变量,变量不能直接识别,重新输入以后就能识别成变量了