1
我試圖實現基於this answer的跨域AJAX請求。跨域AJAX不工作PHP
我加入了以下標題:
header('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST, GET, OPTIONS');
header('Access-Control-Max-Age: 1000');
header('Access-Control-Allow-Headers: Content-Type');
header("Access-Control-Allow-Headers: x-requested-with");
header('Access-Control-Allow-Headers: x-csrf-token');
但我仍然得到這個錯誤:
XMLHttpRequest cannot load http://www.belardi.ro/userTrack/addData.php. Origin http://fiddle.jshell.net is not allowed by Access-Control-Allow-Origin.
這頭在服務器上設置了'addData.php'文件中。 – Cristy
你可以發佈HTTP請求標題和服務器響應嗎?我不是在這裏的PHP代碼 - 我的意思是實際的頭被來回發送。 – 2013-06-19 10:20:52