PDA

View Full Version : What Types Http Response Codes Do You Know?



gunjanjain
08-02-2019, 10:35 PM
Hello friends,

What Types Http Response Codes Do You Know?

PrimeItSolution
08-05-2019, 08:52 PM
HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes: informational responses, successful responses, redirects, client errors, and servers errors.

WoodsPainting
08-07-2019, 11:37 PM
Now that you have a high-level understanding of HTTP status codes, we will look at the commonly encountered errors.
400 Bad Request. ...
401 Unauthorized. ...
403 Forbidden. ...
404 Not Found. ...
500 Internal Server Error. ...
502 Bad Gateway. ...
503 Service Unavailable. ...
504 Gateway Timeout.

imriakapoor
08-08-2019, 10:23 PM
Client error responses. This response means that server could not understand the request due to invalid syntax. Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.