May 14, 2014

CORS – Cross-Origin Resource Sharing

CORS – Cross-Origin Resource Sharing

  1. How to enable CORS in your website?
  2. How to send cross site request through ajax?
  3. How to enable cross site jquery post?
  4. How to enable cross site jquery get?
  5. How to enable cross site jquery request?
  6. How to handle cross site requests?

Try this in your .htaccess
Header set Access-Control-Allow-Origin "*"

Last updated: May 14, 2014