cloudhead / cloudhead/http-console
Can't GET CouchDB databases with slash in the name
Open
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.