Created
July 17, 2019 23:26
-
-
Save JonnySchnittger/75f763b742b7e903447b2136da2fc79a to your computer and use it in GitHub Desktop.
CORS configuration for Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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