200-301 · Question #1725
200-301 Question #1725: Real Exam Question with Answer & Explanation
The correct answer is D: to identify a resource on a target server. The URI specifies the location of the resource that the client wants to interact with (for example, retrieving or modifying data). It is fundamental to RESTful APIs, as each resource on a server is identified through a unique Other parts of the REST request, such as HTTP methods
Question
What is the purpose of the URI string in a REST request?
Options
- Ato transport data or payload to a remote resource
- Bto specify the way in which a remote resource is modified
- Cto respond with the data content encoding for a request
- Dto identify a resource on a target server
Explanation
The URI specifies the location of the resource that the client wants to interact with (for example, retrieving or modifying data). It is fundamental to RESTful APIs, as each resource on a server is identified through a unique Other parts of the REST request, such as HTTP methods (GET, POST, PUT, DELETE), dictate the action to be performed on the identified resource.
Topics
Community Discussion
No community discussion yet for this question.