MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Web Caching
Q
Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?
AA. 200
BB. 201
CC. 204
DD. 304
Correct Answer:
B. B. 201
Explanation:
HTTP Status Code 201 means CREATED, when a resource is successful created using POST or PUT request. The code 200 means success i.e. OK, code 204 means NO CONTENT, and the code 304 means NOT MODIFIED.