节点http-proxy - HTTP消息包含非法标头

时间:2015-03-11 22:52:32

标签: node.js proxy http-headers node-http-proxy

使用节点http-proxy模块,代理到GET的主机时没有问题。但是当我使用POST和代理到同一主机时,我会Status Code:400 Bad Request获得HTTP message contains illegal headers

我检查了proxyReq标题,它们看起来不错,成功获取时使用的标题相同。

  _headers: 
   { 'x-forwarded-proto': 'http',
     'x-forwarded-port': '9000',
     'x-forwarded-for': '::ffff:10.3.117.47',
     'accept-language': 'en-US,en;q=0.8',
     'accept-encoding': 'gzip,deflate,sdch',
     'user-agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36',
     accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
     'cache-control': 'no-cache',
     pragma: 'no-cache',
     connection: 'close',
     host: '10.1.1.1:9000',
     'x-auth-token': 'tokenStuff' 
}

另外,如果我在不使用代理的情况下直接向代理主机发出相同的api呼叫,我就不会收到此消息。相同的帖子和json有效负载和标头

1 个答案:

答案 0 :(得分:0)

回答:导致此问题的是http代理选项xfwd: true