ExamGecko
Question list
Search
Search

Question 8 - JN0-223 discussion

Report
Export

Which two tools would you use to make REST API requests? (Choose two.)

A.
cURL
Answers
A.
cURL
B.
NETCOfJF
Answers
B.
NETCOfJF
C.
Web browser
Answers
C.
Web browser
D.
SSH
Answers
D.
SSH
Suggested answer: A, C

Explanation:

REST API requests can be made using various tools that support HTTP methods. Two common tools are:

cURL: A command-line tool that allows you to send HTTP requests, including GET, POST, PUT, and DELETE. It is widely used for testing and interacting with RESTful APIs due to its simplicity and flexibility.

Web Browser: Modern web browsers can be used to send HTTP GET requests directly by entering the URL into the address bar. Additionally, browser extensions like Postman or built-in developer tools can be used to construct and send more complex REST API requests.

Option B (NETCOfJF) is incorrect as it does not refer to a standard tool for making REST API requests.

Option D (SSH) is incorrect because SSH is a protocol used for secure remote login and command execution, not for sending REST API requests.

Supporting

Reference:

cURL Documentation: Official cURL documentation provides extensive information on how to use cURL to interact with REST APIs.

Web Development and REST API Guides: Many web development resources and REST API documentation recommend using web browsers and tools like cURL for testing and interacting with APIs.

asked 18/09/2024
Guillaume Deterville
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first