Created
July 25, 2019 08:01
-
-
Save wonzbak/6c626a4ae4461088f3e33c0f0d21fde4 to your computer and use it in GitHub Desktop.
This file contains 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
# CORS | |
Header always set Access-Control-Allow-Origin "*" | |
Header always set Access-Control-Allow-Headers "Content-Type, Authorization" | |
Header always set Access-Control-Request-Methods "POST, GET, OPTIONS" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment