我在Windows 10上安装了Postman,并尝试使用以下URL进行GET请求:https://postman-echo.com/get?foo1=bar1&foo2=bar2
。我收到以下错误:
Error: tunneling socket could not be established, cause=connect ETIMEDOUT 10.0.2.15:3000
是什么导致此错误?我该如何开始调试呢?
Postman Chrome Extension正在为我工作,但是能够使用本机Postman程序会很好。