Which HTTP method is used to retrieve data from a server?

Which HTTP method is used to retrieve data from a server?

a) POST
b) GET
c) DELETE
d) PUT

Answer:

b) GET

Explanation:

The GET method is used to request data from a server, such as retrieving a web page or data from a database.

Reference:

Full Stack Web Development Quiz – MCQ Questions and Answers

Scroll to Top