HTTPS response status code

The status code indicates whether the https request is completed or not. there are various types of status codes divided on specific factors.

1.informational code

The codes from 100-199 indicates the informational status codes. The code further divided which is divided into various types like continue, switching protocol, processing, early hints....etc

2. successfull response

The codes from 200-299 indicates the successfull status codes. The code further divided into various types like ok, created, accepted, non-authoritative, no content, resent content, partial content...etc

3.redirects

The codes from 300-399 indicates the redirects status codes. The code further divided into various types like multiple choice, moved permanently, found,see other, not modified, temporary redirects,permanent redirects ....etc

4.client error

The codes from 400-499 indicates the client error status codes. The code further divided into various types like bad request, unauthorized, payments required, forbidden, method not allowed, request timeout, conflicts, payload too large, range is statisfiable.

5.server error

The codes from 500-599 indicates the server error status codes. The code further divided into various types like internal server error , not implemented, bad gateway, gateway timeout, not extended, insufficient storage.