In the response a status code is among the first pieces of informations the server send back

A sample HTTP response. You can view such response message from Network tab, in Devtools or by using curl command in Linux.
As you may know, HTTP is a client-server protocol

The status code indicates whether the request was successful or not.





