标签: php html ajax
可能重复: The right JSON content type?
您好
如果我使用json_encode(...)在ajax请求中发送一些内容,我应该使用header()设置“内容类型”?和HTML一样吗? (text / html的)
json_encode(...)
header()
此设置是否会以任何方式影响网站?
答案 0 :(得分:6)
请参阅 What is the correct JSON content type?
正确的内容类型是: 应用/ JSON