我在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