1️⃣ Enter any HTTP response code, that you want to know about.
2️⃣ An image will be displayed, by which one can easily understand what kind of response that the status code denotes.
Some sample status codes that you can try out:
100, 200, 206, 400, 404, 402, 421, 502 etc.
HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:
- Informational responses (100–199)
- Successful responses (200–299)
- Redirection messages (300–399)
- Client error responses (400–499)
- Server error responses (500–599)
Note: Images / Gifs are limited to few HTTP response status codes only.
📑 Reference:
MDN