cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

Can't GET CouchDB databases with slash in the name #24

Open diversario opened 13 years ago

diversario commented 13 years ago

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.