Reputation: 377
I am using CouchDB on premise server and PouchDB-web for a react application to solve offline Sync Use case. Everything worked fine until we introduced a client side reverse-proxy for proxy authentication, authorization and to hide out the server/port no from the network tab.
This is what my Get /_session looks like { "ok": true, "userCtx": { "name": null, "roles": [] }, "info": { "authentication_handlers": [ "cookie", "proxy", "default" ] } }
Upvotes: 0
Views: 41