我认为 Nginx 标头会导致无效的 JSON
我最近从 Lighttpd 迁移到 Nginx,虽然一切看起来又快又好,但 JSON 输出无效。
至少我是这么想的,当我测试它时, JSONLint 说
语法错误,第 1 行出现意外的 TINVALID
语法错误,当我测试 JSON 输出时,
: http://bit.ly/fLCxox I已通过 var_dump(json_decode(json_encode(data)));
内部测试数据正常,
这是我的
任何帮助都会很棒。
谢谢,雅各布
I have recently moved from Lighttpd to Nginx and while everything seems speedy and good, JSON output is invalid.
At least that's what I think and when I test it, JSONLint says
syntax error, unexpected TINVALID at line 1
when I test my JSON output: http://bit.ly/fLCxox
I have tested internally that the data is ok by var_dump(json_decode(json_encode(data)));
Here's my nginx.conf.
Any help would be great.
thx, Jacob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的
0.json
文件在开头包含三个零字节。Your
0.json
file contain three zero bytes in the beginning.