JN0-224 · Question #121
Which two tools would you use to make REST API requests? (Choose two.)
The correct answer is A. cURL C. Web browser. REST API requests can be made using various tools that support HTTP methods. Two common 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…
Question
Which two tools would you use to make REST API requests? (Choose two.)
Options
- AcURL
- BNETCOfJF
- CWeb browser
- DSSH
How the community answered
(25 responses)- A88% (22)
- B4% (1)
- D8% (2)
Explanation
REST API requests can be made using various tools that support HTTP methods. Two common 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.
Topics
Community Discussion
No community discussion yet for this question.