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?

  1. curl http://127.0.0.1:5984/_all_info
  2. curl http://127.0.0.1:5984/_server
  3. curl http://127.0.0.1:5984/_info
  4. 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/

Comments and Discussions!

Load comments ↻






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