On Fri, May 31, 2013 at 9:53 PM, Stephen Bartell <[email protected]> wrote:
> Thanks guys.
>
> Benoit, it looks like the alias improvement you are talking about is
> couchdb-1736? It still looks like its baking. What I need is something a
> little bigger than aliases though. I'd like the ability to redirect to a
> remote Couch.
You can probably use the proxy handler in couch to do that
[httpd_global_handlers]
remotedb = {couch_httpd_proxy, handle_proxy_req,
<<"http:/host:port/remotedb">>}
- benoit