Skip to content

Instantly share code, notes, and snippets.

@JonnySchnittger
Created July 17, 2019 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonnySchnittger/75f763b742b7e903447b2136da2fc79a to your computer and use it in GitHub Desktop.
Save JonnySchnittger/75f763b742b7e903447b2136da2fc79a to your computer and use it in GitHub Desktop.
CORS configuration for Apache
Header Set Access-Control-Allow-Origin "https://<your target domain>.slack.com"
Header Set Access-Control-Allow-Methods" value="GET, PUT, POST, DELETE"
Header Set Access-Control-Allow-Credentials value="true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment