2
:header('Content-Type', 'application/json');
correct HTTP header for json file
我已經使用下面的行設置的PHP文件的頭部
服務器失敗,顯示錯誤消息:
"Tue Oct 23 16:20:09 2012] [error] [client 111.111.111.111] malformed header from script. Bad header=Content-Type: xyz.php, referer:...."
我也跟着在網絡上的一些建議,以將其添加到.htaccess文件
AddType application/json .json
無論工作過。我會很感激任何進一步的幫助。