什么内容类型应该有JSON编码的数据?(复制)

时间:2022-04-27 16:26:44

Possible Duplicate:
The right JSON content type?

可能重复:正确的JSON内容类型?

Hi

If I send some stuff in a ajax request with json_encode(...) what "Content-type" should I set with header() ? Same like HTML? (text/html)

如果我用json_encode(…)在ajax请求中发送一些东西,我应该用header()设置什么“内容类型”?像HTML一样吗?(text / html)

And does this setting affect the site in any way?

这个设置对网站有任何影响吗?

1 个解决方案

#1


6  

See What is the correct JSON content type?

看到什么是正确的JSON内容类型了吗?

The correct content-type is: application/json

正确的内容类型是:application/json

#1


6  

See What is the correct JSON content type?

看到什么是正确的JSON内容类型了吗?

The correct content-type is: application/json

正确的内容类型是:application/json