Which HTTP method initiates a RESTful read action?
- POST
- GET
- PUT
- DELETE
Explanation: RESTful systems often communicate over Hypertext Transfer Protocol (HTTP), using the same HTTP verbs (GET, POST, PUT, and DELETE) as used by web browsers. The GET HTTP verb is used to initiate a read action.
Related exam: IoT Connecting Things 2.0 – Chapter 6 Quiz Answers
