1.

Which of the following HTTP Status code means CREATED, when a resource is successful created using POST or PUT request?(a) 200(b) 201(c) 204(d) 304This question was addressed to me in examination.Enquiry is from Web Caching in section Networking of Computer Network

Answer»

Correct option is (b) 201

For 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.



Discussion

No Comment Found

Related InterviewSolutions