Escrito el 09/06/2024

Curso ASP.Net: Status Codes

Diferentes valores en la respuesta http.

  • 1XX => Information (Continue, Processing)
  • 2XX => Éxito (Ok, Creado)
  • 3XX => Redireccionamiento (redirect)
  • 4XX => Errores del cliente (invalid request, unauthorize, etc)
  • 5XX => Errores del servidor (Internal server error, etc)