我正在尝试设置grunt-contrib-connect
为我的 XHR 调用提供代理。我发现grunt-connect-proxy
这似乎是我想要的。但我在不允许来自的请求node
通过的公司防火墙后面。
我得到的错误是:
An error has occurred: {"code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"connect"}
如何设置connect
任务以使其通过公司防火墙?
我正在尝试设置grunt-contrib-connect
为我的 XHR 调用提供代理。我发现grunt-connect-proxy
这似乎是我想要的。但我在不允许来自的请求node
通过的公司防火墙后面。
我得到的错误是:
An error has occurred: {"code":"ETIMEDOUT","errno":"ETIMEDOUT","syscall":"connect"}
如何设置connect
任务以使其通过公司防火墙?