You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Databases like _users, blah, a123 are fine. But I have dbs that named like one/two, which is permitted in CouchDB. From node I request them with slash encoded as %2F - one%2Ftwo/document. With http-console, I can't access those dbs - I just get 404.
The text was updated successfully, but these errors were encountered:
Databases like
_users
,blah
,a123
are fine. But I have dbs that named likeone/two
, which is permitted in CouchDB. From node I request them with slash encoded as%2F
-one%2Ftwo/document
. With http-console, I can't access those dbs - I just get 404.The text was updated successfully, but these errors were encountered: