如何配置服务器以发送适当的JavaScript MIME类型?

时间:2013-07-22 12:51:39

标签: php jsonp

我在PHP服务器上有一个JSON文件。

我正在使用AJAX调用JSON文件,我收到此错误:

Resource interpreted as Script but transferred with MIME type text/plain:

服务器上的文件PHP有扩展

resources.json

含量

callback=({
    "urlFile": "http://mysite.com/xxx/xxx/xxx/test.zip"
});

我想知道确保JSON以application/json

的形式返回客户端的最简单方法

我正在使用APACHE

0 个答案:

没有答案