我是CouchDB的新手,但与I read here类似,看起来像CouchDB支持:
http://user:secret@127.0.0.1:5984
但是在Cloudant尝试这个时:
curl https://myuser:mysecret@cloudant.com/animalsdb/kangaroo
我一直在获取404的页面 - 找不到页面。这不受支持吗?
答案 0 :(得分:3)
您没有使用正确的主机名。这应该有效:
curl https://myuser:mysecret@myuser.cloudant.com/animalsdb/kangaroo