HTTP status code is vital in all the requests made via HTTP. These status code is first signal which translate what happend to the request made by client.

If we divide response from any HTTP request, we mainly gets two components

  1. HTTP header
  2. Response Body

HTTP header

Response header contains meta-data about the request, server, HTTP status and much more information.

HTTP response body

While body of the response could contain text, images, URLs, JSON and much more.

Status inform client/browser about various status of the response. For example is it found or have error or is it successful?

Following video Explains the HTTP Status code in detail.

Please like share and subscribe to Youtube channel. If you are looking for content/subtitle in English on Youtube Channel, Do leave comment below video and we’ll upload soon.

Enjoy

Also read