DEV Community

Cover image for HTTP Status codes
Tajeddine Alaoui
Tajeddine Alaoui

Posted on • Updated on

HTTP Status codes

HTTP Stands for Hyper Text Transfer Protocol and it’s a way of communicating between web browsers and web servers.

One of the ways that http is used to communicate between web browsers & web servers is http status code, It provides a number that represent the current state of the operation in the webpage.

Here are some examples:

Informational responses (100–199)
Successful responses (200–299)
Redirects (300–399)
Client errors (400–499)
Server errors (500–599)

http status code example

If you want to read more, These links will do the work:

http
http-status-code

Cheers.

Top comments (0)