Futon complains when I try to create a doc with id "_abc" but via curl no
problem.

NitinBorwankarsComputer:~ nitin$ curl -X PUT
http://127.0.0.1:5984/test/_abc-H "Content-Type: application/json" -d
{}
{"ok":true,"id":"_abc","rev":"1-3856470053"}

NitinBorwankarsComputer:~ nitin$ curl -X GET http://127.0.0.1:5984/test/_abc

{"_id":"_abc","_rev":"1-3856470053"}

So what's happening here - is Futon enforcing some future rule and HTTP API
not there yet or ....?

Nitin


37% of all statistics are made up on the spot
-------------------------------------------------------------------------------------
Nitin Borwankar
[email protected]

Reply via email to