Home »
MCQs »
CouchDB MCQs
What is the command request to access the server information using cURL utility?
20. What is the command request to access the server information using cURL utility?
- curl http://127.0.0.1:5984/_all_info
- curl http://127.0.0.1:5984/_server
- curl http://127.0.0.1:5984/_info
- curl http://127.0.0.1:5984/
Answer: D) curl http://127.0.0.1:5984/
Explanation:
The command request to access the server information using cURL utility is:
curl http://127.0.0.1:5984/