Which of the following HTTP methods is designed to retrieve data safely from a specified web resource without causing any side effects or modifications on the server?
Explanation:
The GET method is used strictly to request and fetch data from a designated resource without changing the state of that resource on the server.
No comments yet. Be the first to start the discussion!