Skip to content

Instantly share code, notes, and snippets.

@girirajsharma
Created October 24, 2014 15:55
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 girirajsharma/cd7c60b1dcd38345b069 to your computer and use it in GitHub Desktop.
Save girirajsharma/cd7c60b1dcd38345b069 to your computer and use it in GitHub Desktop.
cors.allowGenericHttpRequests=true
cors.allowOrigin=https://www.example.org:9000, http://example.com:8008
cors.allowSubdomains=false
cors.supportedMethods=GET, PUT, HEAD, POST, DELETE, OPTIONS
cors.supportedHeaders=Origin, X-Requested-With, Content-Type, Accept, Authorization
cors.exposedHeaders=
cors.supportsCredentials=true
cors.maxAge=3600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment