Skip to content

Instantly share code, notes, and snippets.

@pawurb
Created June 10, 2015 19:48
Show Gist options
  • Save pawurb/f53606eb4c8d3ae4a288 to your computer and use it in GitHub Desktop.
Save pawurb/f53606eb4c8d3ae4a288 to your computer and use it in GitHub Desktop.
couchDB cors settings
cors
credentials true
headers accept, authorization, content-type, origin, referer, x-csrf-token
methods GET, PUT, POST, HEAD, DELETE
origins *
couch_httpd_auth
require_valid_user true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment