I\'m developing a page that pulls images from Flickr and Panoramio via jQuery\'s AJAX support.
The Flickr side is working fine, but when I try to $.get(url, ca
$.get(url, ca
We managed it via the http.conf file (edited and then restarted the HTTP service):
http.conf
Header set Access-Control-Allow-Origin "*" AllowOverride all Order allow,deny Allow from all
In the Header set Access-Control-Allow-Origin "*", you can put a precise URL.
Header set Access-Control-Allow-Origin "*"