标签: node-http-proxy
node-http-proxy的所有示例都显示{target: <URL>}选项,但我不想代理单个目标。如何为出站请求(到任何URL)设置它?
node-http-proxy
{target: <URL>}
答案 0 :(得分:0)
由于node-http-proxy似乎是服务器场的入站连接的代理,而不是与随机网站的出站连接,我找到了另一种工具:
http://newspaint.wordpress.com/2012/11/05/node-js-http-and-https-proxy/
这允许我根据需要自定义请求和响应。