Nodejs标头与实际请求不匹配

时间:2017-05-18 08:43:46

标签: node.js http-headers

NodeJS v7.9.0存在问题,可能存在请求

curl -i -H Accept:application/json -H range:bytes=1-8 -X GET http://localhost:8080/examples/text.txt

然而,节点的请求标题在记录时不匹配

console.log(req.headers.range)

对于完全相同的请求,记录值在不同值之间变化 (从该请求记录的一些值:bytes = 1-2,bytes = 1-3,bytes = 1-4,bytes = 1-5,bytes = 1-6,bytes = 1,7个bytes = 1-8)< / p>

这是NodeJS或计算机设置的其他问题吗?如何修复它

注意正在使用&#34; Rest Web服务客户端&#34; (chrome插件),上面的请求是等效的curl命令。

0 个答案:

没有答案