Which of the following HTTP methods is used to send data to the server?

Which of the following HTTP methods is used to send data to the server?

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

Answer:

b) POST

Explanation:

The POST method is used to send data to the server, typically for creating new resources or submitting forms.

Reference:

Full Stack Web Development Quiz – MCQ Questions and Answers

Scroll to Top