jQuery Ajax request from local filesystem (Windows file:///)

Problem Solved!

I just had to add this header to my index.php file for http://localhost/

header('Access-Control-Allow-Origin: *');

Thanks for your help anyhow guys!

Leave a Comment