Hypertext Transfer Protocol (HTTP) Question:

What is the mean of 201 Created HTTP response codes?

HTTP Interview Question
HTTP Interview Question

Answer:

This indicates the request was successful and a resource was created. It is used to confirm success of a PUT or POST request.


Previous QuestionNext Question
What is 200 OK HTTP response codes?What is the mean of 400 Bad Request HTTP response codes?