Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 CouchDB 的新手,但就像我在这里读到的一样,看起来 CouchDB 支持:
http://user:secret@127.0.0.1:5984
但是当在 Cloudant 上尝试这个时:
curl https://myuser:mysecret@cloudant.com/animalsdb/kangaroo
我不断收到 404 的 html - 找不到页面。这不支持吗?
您没有使用正确的主机名。这应该有效:
curl https://myuser:mysecret@myuser.cloudant.com/animalsdb/kangaroo