HTTP Status codes

tajeddine

Tajeddine Alaoui

Posted on December 21, 2020

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.

💖 💪 🙅 🚩
tajeddine
Tajeddine Alaoui

Posted on December 21, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related