Skip to content

Instantly share code, notes, and snippets.

@wonzbak
Created July 25, 2019 08:01
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 wonzbak/6c626a4ae4461088f3e33c0f0d21fde4 to your computer and use it in GitHub Desktop.
Save wonzbak/6c626a4ae4461088f3e33c0f0d21fde4 to your computer and use it in GitHub Desktop.
# 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