Nomie
Containered Apps
Link 1 | Link 2
First, create <YOUR PATH>/couchdb.ini and paste this:
[HTTPD]
enable_cors = true
[chttpd]
enable_cors = true
[cors]
origins = *
credentials = true
methods = GET, PUT, POST, HEAD, DELETE
headers = accept, authorization, content-typ...