What is the command request to retrieve information about the 'student' database using cURL utility?

21. What is the command request to retrieve information about the 'student' database using cURL utility?

  1. curl http://127.0.0.1:5984/student
  2. curl http://127.0.0.1:5984/dbs/student
  3. curl http://127.0.0.1:5984/_student
  4. curl http://127.0.0.1:5984/dbs/_student

Answer: A) curl http://127.0.0.1:5984/student

Explanation:

The command request to retrieve information about the 'student' database using cURL utility is:

curl http://127.0.0.1:5984/student

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.