Skip to content

gkrockz/HTTP-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP-Status-Codes

🔁 How it works:

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:

  1. Informational responses (100–199)
  2. Successful responses (200–299)
  3. Redirection messages (300–399)
  4. Client error responses (400–499)
  5. Server error responses (500–599)

Note: Images / Gifs are limited to few HTTP response status codes only.

📑 Reference: MDN