I\'m trying to do an ajax request to get the contents of \"http://localhost/\" running on Windows Wamp Server.
\"http://localhost/\"
The script is running from something like
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!