Códigos de status HTTP
Consulte os códigos de resposta HTTP mais comuns com explicações curtas — útil para depurar requisições, documentar APIs e revisar respostas do servidor.
Use the jump links to move between response classes and keep a quick lookup nearby while working with APIs.
HTTP response code table
| Code | Name | Meaning |
|---|
1xx Informational
Informational responses indicate that the request was received and processing can continue.
2xx Success
Success responses indicate the request was received, understood and accepted.
3xx Redirection
Redirection responses tell the client that additional action is needed to complete the request.
4xx Client Errors
Client error responses indicate a problem with the request itself, authentication or permissions.
5xx Server Errors
Server error responses indicate the server failed while trying to handle an apparently valid request.
Exemplos
200 OK 404 Not Found 503 Service Unavailable
Perguntas frequentes
O que é HTTP 404?
HTTP 404 significa que o recurso solicitado não foi encontrado na URL informada.
Qual é a diferença entre 301 e 302?
O redirecionamento 301 é permanente, enquanto 302 normalmente indica uma mudança temporária.
O que significa 503?
HTTP 503 significa que o serviço está temporariamente indisponível, muitas vezes por manutenção ou sobrecarga.