Authenticate by source address with CouchDB

Is it possible to set up CouchDB to authenticate users (or authorize them differently) based on which IP address the request originated instead of some secret like a password? I'm looking for a solution that can be implemented by the build-in web server of CouchDB without an additional HTTP proxy.

My use case is that I want to allow an application running on the same machine as the CouchDB server full access to all databases while clients and other CouchDB instances should only be allowed to read and write normal (non-design) documents.

链接地址: http://www.djcxy.com/p/14254.html

上一篇: 在月视图中将天数限制为单一的全天事件

下一篇: 通过CouchDB的源地址进行身份验证