What are the three digit HTTP status codes.
HTTP status codes are three-digit numbers sent by a server in response to a client’s request.
Think of them as short, digital status updates that tell you what’s going on with your request.
The codes are divided into five groups:
- 1XX (Informational)
- 2XX (Successful)
- 3XX (Redirection)
- 4XX (Client Errors)
- 5XX (Server Errors)