not any problem with cross-domain requests ..
also here my code
<?php
header('Origin: https://fandomfaceoff.com');
header('Access-Control-Allow-Origin:*');
echo "test";
?>
i am try ajax request in new project
but got same response "error in load data "
here the test link which i made for you guys please check this out
http://fandomfaceoff.com/test/test.php
if request is successful you will get "test" as ajax data
i hope you guys can help