HTTP response status codes

HTTP response status codes

Dev.to

HTTP status codes are essential for communication between the client-side and server-side components of your application.

HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:

Informational responses (100 – 199)

Successful responses (200 – 299)

Redirection messages (300 – 399)

Client error responses (400 – 499)

Server error responses (500 – 599)



Informational responses (100 – 199)

Successful responses (200 – 299)

Article content


Redirection messages (300 – 399)

Client error responses (400 – 499)


Article content


Server error responses (500 – 599)


Article content


To view or add a comment, sign in

More articles by Athul Jain

  • Node JS

    NodeJS Notes Node JS What is Node.js? Open-source, cross-platform runtime environment for JavaScript Allows running…

  • Types of Node Modules

    Dev.to Types of Node Modules There are three main types of Node modules that you will work with as a Node.

  • What is MERN Stack?

    It is an open-source stack of technologies classified under full-stack. It covers each aspect of a business solution…

Explore content categories