CouchDB cross domain access from web

couchdbcross-domain

Currently, web application need to offer some kind of cross-domain HTTP header to access data on other domain: http://openfontlibrary.org/wiki/Web_Font_linking_and_Cross-Origin_Resource_Sharing

Is there any way to configure CouchDB to support unlimited cross-domain access? I'm using the db in-house purpose only.

Best Answer

There is a JIRA ticket about CouchDB cross-origin resource sharing.

Recently, I submitted a patch enabling CORS. I expect a modified version of the patch will be included in CouchDB 1.2.0, the next stable release.