CORS – Cross-Origin Resource Sharing
- How to enable CORS in your website?
- How to send cross site request through ajax?
- How to enable cross site jquery post?
- How to enable cross site jquery get?
- How to enable cross site jquery request?
- How to handle cross site requests?
Try this in your .htaccess
Header set Access-Control-Allow-Origin "*"
Last updated: May 14, 2014