curl: (1) Received HTTP/0.9 when not allowed 解决方法
·
curl: (1) Received HTTP/0.9 when not allowed 解决方法
问题描述:今天使用curl工具连接node.js的socket端,curl命令:
curl "http://127.0.0.1:1337"
报错:curl: (1) Received HTTP/0.9 when not allowed
解决方法:指定curl的http版本为0.9
curl --http0.9 "http://127.0.0.1:1337"
更多推荐
已为社区贡献7条内容
所有评论(0)