Skip to content

Instantly share code, notes, and snippets.

@sBuchhop
Created February 21, 2012 10:22
Show Gist options
  • Save sBuchhop/1875654 to your computer and use it in GitHub Desktop.
Save sBuchhop/1875654 to your computer and use it in GitHub Desktop.
Apache Cross Domain AJAX
# ----------------------------------------------------------------------
# Cross-domain AJAX requests
# ----------------------------------------------------------------------
# Serve cross-domain ajax requests, disabled.  
# enable-cors.org
# code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
#  <IfModule mod_headers.c>
#    Header set Access-Control-Allow-Origin "*"
#  </IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment