Which HTTP method is normally used to read a resource?
Practice this question from Quiz: REST and HTTP, with options and an explanation.
Question
Which HTTP method is normally used to read a resource?
Option A — Correct answer
GET
GET is the standard safe read operation in REST APIs.
Option B
POST
Option C
PATCH
Option D
DELETE