Created
June 10, 2015 19:48
-
-
Save pawurb/f53606eb4c8d3ae4a288 to your computer and use it in GitHub Desktop.
couchDB cors settings
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
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