HTTP Status codes
Tajeddine Alaoui
Posted on December 21, 2020
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)
If you want to read more, These links will do the work:
Cheers.
💖 💪 🙅 🚩
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
webdev Completed My JavaScript Learning Journey: Here’s What I Built Along the Way
September 11, 2024