HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Test your knowledge of HTTP response codes in this quiz.
HTTP Response Codes are essential for handling exceptions in Web APIs. Which one of the followings are valid response codes?
HTTP response code starting from 1xx includes,
201 Created response indicates that,
200 OK is a standard response for a successful HTTP request when nothing goes wrong.
Which of the following response is received when the user authentication has failed.
HTTP response code starting with 4xx means that the server has experienced an error.
Which response code indicates new permanent location of the requested resource?
400 Bad Request response is returned when,
500 Internal Server Error indicates failure in fulfilling a (valid) request.
502 Bad Gateway is returned when,