Hypertext Transfer Protocol (HTTP) Question:

What is the mean of 400 Bad Request HTTP response codes?

HTTP Interview Question
HTTP Interview Question

Answer:

The request was malformed. This happens especially with POST and PUT requests, when the data does not pass validation, or is in the wrong format.


Previous QuestionNext Question
What is the mean of 201 Created HTTP response codes?What is the mean of 404 Not Found HTTP response codes?