Home »
MCQs »
CherryPy MCQs
In which of the following HTTP methods a request is made to the server to create a new resource based on the data contained in the request body?
58. In which of the following HTTP methods a request is made to the server to create a new resource based on the data contained in the request body?
- HEAD
- PUT
- POST
- GET
Answer: C) POST
Explanation:
In the POST, HTTP method a request is made to the server to create a new resource based on the data contained in the request body.