Skip to main content

One post tagged with "http status codes"

View All Tags

· 2 min read
Sivabharathy

HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:

  • Informational responses (1XX)
  • Successful responses (2XX)
  • Redirections (3XX)
  • Client errors (4XX)
  • Server errors (5XX)