express-couch-proxy icon indicating copy to clipboard operation
express-couch-proxy copied to clipboard

A CouchDB reverse proxy (as an Express middleware) that lets you redirect clients to different CouchDB servers with custom authentication without changing your CouchDB configuration.

Results 2 express-couch-proxy issues
Sort by recently updated
recently updated
newest added

Currently, when you try to run this proxy for dev purposes in front of an unprotected CouchDB, it will simply not work. This change allows proxying an unprotected CouchDB

Will submit PR to help fix. Stack trace: ``` _http_outgoing.js:502 throw new Error('"value" required in setHeader("' + name + '", value)'); ^ Error: "value" required in setHeader("Content-Type", value) at validateHeader...