windows 上的 CouchDB 表示请求的资源上不存在 'Access-Control-Allow-Origin' header

CouchDB on windows says No 'Access-Control-Allow-Origin' header is present on the requested resource

我正在尝试将 CouchDB 用作我的应用程序的 back-end。我试图在我的 windows OS 机器上安装 couchDB。它工作正常。

当我在 "Projects" 上创建数据库后尝试 运行 这个 example 时,控制台显示错误。

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://fiddle.jshell.net' is therefore not allowed access. The response had HTTP status code 405.

我试图通过这个建议修复它,how to add cors in couchDB,但我没有找到 [cors] 部分

我手动创建了 [cors] 部分,那也没用。

更新: 我使用的是最新版本 1.6.1

您需要在 COUCHDB 管理端启用 CORS 并允许所有站点