What is an HTTP Response Status code?

What is an HTTP Response Status code?

Hi Miro,

HTTP status codes are a standardized method of communicating the result of an HTTP request to a client. As the HTTP protocol is stateless, the status code is used to indicate the success or failure of a request, as well as to convey additional information about that request (such as whether a resource has moved to a new location).

This article discusses HTTP response status codes in detail, with examples:

1 Like