Guia e Tabela de Códigos de Status HTTP

Rede e Infraestrutura

Guia completo e pesquisável com todos os códigos de resposta e status HTTP para desenvolvedores.

100Retomar

Initial part of a request has been received and the client should proceed with the request.

101Switching Protocols

Server is switching protocols according to Upgrade request header (e.g. WebSockets).

200OK

Standard response for successful HTTP requests.

201Created

Request succeeded and a new resource was created (typically after POST/PUT).

204No Content

Server successfully fulfilled request and there is no additional content to send in response payload.

301Moved Permanently

Target resource has been assigned a new permanent URI. Search engines transfer SEO link juice.

302Found (Temporary Redirect)

Target resource resides temporarily under a different URI.

304Not Modified

Client can use cached version of requested resource (ETag / If-Modified-Since match).

308Permanent Redirect

Target resource has been assigned a new permanent URI and request method must NOT change.

400Bad Request

Server cannot process request due to perceived client error (malformed syntax, invalid JSON).

Solução comum:Verify request body format, required parameters, and headers.
401Unauthorized

Request requires user authentication (valid Bearer token or credentials).

Solução comum:Check Authorization header and ensure token is not expired.
403Forbidden

Server understood request but refuses to authorize it (insufficient permissions).

Solução comum:Verify user roles and permissions on the endpoint.
404Not Found

Origin server did not find a current representation for target resource.

Solução comum:Check the requested URL path and routing config.
405Method Not Allowed

Request method is known by server but not supported by target resource (e.g. POST to a GET route).

429Too Many Requests (Rate Limit)

User has sent too many requests in a given amount of time (rate limiting).

Solução comum:Implement exponential backoff or increase rate limit tier.
500Internal Server Error

Server encountered an unexpected condition that prevented it from fulfilling request.

Solução comum:Check server backend logs and unhandled exceptions.
502Bad Gateway

Server acting as a gateway or proxy received an invalid response from inbound server.

Solução comum:Ensure backend application process (Node, Python, Go) is alive and listening.
503Service Unavailable

Server is currently unable to handle request due to temporary overload or scheduled maintenance.

504Gateway Timeout

Server acting as gateway did not receive a timely response from upstream server.

Solução comum:Optimize slow database queries or increase timeout limits.
Apoio a Projeto Independente

Gostou do ToolsApp? Pague-nos um café

O ToolsApp funciona 100% no seu navegador, sem assinaturas e sem rastreamento de dados. Acreditamos que utilitários digitais essenciais devem ser livres e acessíveis para todos. Seu apoio nos ajuda a manter a plataforma e criar novas ferramentas!

100% No NavegadorGratuito para Todos

Como Usar?

1

Pesquisar Código

Digite qualquer número de código (ex.: 404, 502) ou palavras-chave.

2

Filtrar por Categoria

Explore as respostas informativas 1xx, sucesso 2xx, erros do cliente 4xx ou do servidor 5xx.

3

Consultar Orientações

Leia as causas comuns e as soluções recomendadas de boas práticas.

Privacidade TotalTodos os cálculos e processamentos de arquivos ocorrem 100% localmente no seu navegador via JavaScript no lado do cliente.

Avaliações e Comentários de Usuários

Compartilhe sua experiência anonimamente. Moderado automaticamente por IA.

5.0
0 avaliações
5 / 5
0/500
Protegido pelo sistema de moderação automática do Groq AI

Avaliações Aprovadas (0)

Carregando avaliações...