Categoria: Desenvolvimento

Consulta de Códigos de Status HTTP

Ideia nossaFalta uma ferramenta?

Busque todos os códigos de status HTTP e seus significados

Busque a faixa completa de códigos de status HTTP — de 1xx a 5xx — por número, nome ou palavra-chave, e leia uma explicação curta e prática do que cada um significa. Funciona inteiramente no seu navegador, a partir de uma tabela de referência incluída na ferramenta.

62 códigos

CódigoNomeCategoriaSignificado
100Continue1xx InformativoThe initial part of the request was received; the client should continue.
101Switching Protocols1xx InformativoThe server is switching protocols as requested by Upgrade.
102Processing1xx InformativoThe server has received the request and is still processing it.
103Early Hints1xx InformativoPreload or preconnect hints sent before the final response.
200OK2xx SucessoThe request succeeded.
201Created2xx SucessoThe request succeeded and a new resource was created.
202Accepted2xx SucessoThe request was accepted for processing but is not complete.
203Non-Authoritative Information2xx SucessoThe payload was transformed by a proxy from the origin response.
204No Content2xx SucessoThe request succeeded but there is no content to send.
205Reset Content2xx SucessoThe client should reset the document view that sent the request.
206Partial Content2xx SucessoOnly part of the resource is being sent, per a Range header.
207Multi-Status2xx SucessoA WebDAV response conveying status for multiple sub-requests.
208Already Reported2xx SucessoA WebDAV binding was already enumerated in a previous reply.
226IM Used2xx SucessoThe server fulfilled the request using instance manipulations.
300Multiple Choices3xx RedirecionamentoThe request has more than one possible response.
301Moved Permanently3xx RedirecionamentoThe resource has been permanently moved to a new URL.
302Found3xx RedirecionamentoThe resource is temporarily at a different URL.
303See Other3xx RedirecionamentoThe response can be found under a different URL using GET.
304Not Modified3xx RedirecionamentoThe resource has not changed since the last request; use the cache.
305Use Proxy3xx RedirecionamentoDeprecated: the requested resource must be accessed through a proxy.
307Temporary Redirect3xx RedirecionamentoThe resource is temporarily at a different URL; method must not change.
308Permanent Redirect3xx RedirecionamentoThe resource has permanently moved; method must not change.
400Bad Request4xx Erro do ClienteThe server cannot process the request due to a client error.
401Unauthorized4xx Erro do ClienteAuthentication is required and has failed or not been provided.
402Payment Required4xx Erro do ClienteReserved for future use.
403Forbidden4xx Erro do ClienteThe server understood the request but refuses to authorize it.
404Not Found4xx Erro do ClienteThe server can not find the requested resource.
405Method Not Allowed4xx Erro do ClienteThe request method is not supported for this resource.
406Not Acceptable4xx Erro do ClienteNo content matching the Accept headers was found.
407Proxy Authentication Required4xx Erro do ClienteThe client must authenticate with the proxy first.
408Request Timeout4xx Erro do ClienteThe server timed out waiting for the request.
409Conflict4xx Erro do ClienteThe request conflicts with the current state of the resource.
410Gone4xx Erro do ClienteThe resource is no longer available and will not come back.
411Length Required4xx Erro do ClienteThe request did not specify the length of its content.
412Precondition Failed4xx Erro do ClienteA precondition in the request headers was not met.
413Payload Too Large4xx Erro do ClienteThe request entity is larger than the server can handle.
414URI Too Long4xx Erro do ClienteThe requested URI is longer than the server can interpret.
415Unsupported Media Type4xx Erro do ClienteThe media format of the request is not supported.
416Range Not Satisfiable4xx Erro do ClienteThe requested range cannot be satisfied.
417Expectation Failed4xx Erro do ClienteThe Expect header could not be met by the server.
418I'm a Teapot4xx Erro do ClienteAn April Fools' joke status code from RFC 2324.
421Misdirected Request4xx Erro do ClienteThe request was directed at a server unable to produce a response.
422Unprocessable Entity4xx Erro do ClienteThe request was well-formed but semantically incorrect.
423Locked4xx Erro do ClienteThe resource that is being accessed is locked.
424Failed Dependency4xx Erro do ClienteThe request failed because a prior dependent request failed.
425Too Early4xx Erro do ClienteThe server is unwilling to risk processing a replayable request.
426Upgrade Required4xx Erro do ClienteThe client should switch to a different protocol.
428Precondition Required4xx Erro do ClienteThe origin server requires the request to be conditional.
429Too Many Requests4xx Erro do ClienteThe client has sent too many requests in a given time.
431Request Header Fields Too Large4xx Erro do ClienteThe header fields are too large for the server.
451Unavailable For Legal Reasons4xx Erro do ClienteThe resource is unavailable for legal reasons.
500Internal Server Error5xx Erro do ServidorThe server encountered an unexpected condition.
501Not Implemented5xx Erro do ServidorThe server does not support the functionality required.
502Bad Gateway5xx Erro do ServidorThe server, acting as a gateway, got an invalid response.
503Service Unavailable5xx Erro do ServidorThe server is not ready to handle the request.
504Gateway Timeout5xx Erro do ServidorThe server, acting as a gateway, did not get a response in time.
505HTTP Version Not Supported5xx Erro do ServidorThe HTTP version used in the request is not supported.
506Variant Also Negotiates5xx Erro do ServidorTransparent content negotiation resulted in a circular reference.
507Insufficient Storage5xx Erro do ServidorThe server is unable to store the representation needed.
508Loop Detected5xx Erro do ServidorThe server detected an infinite loop while processing the request.
510Not Extended5xx Erro do ServidorFurther extensions to the request are required.
511Network Authentication Required5xx Erro do ServidorThe client needs to authenticate to gain network access.

Tudo nesta página é processado no seu navegador. Nada é enviado.

Para que serve

Toda resposta HTTP carrega um código de três dígitos que informa ao cliente o que aconteceu: 2xx para sucesso, 3xx para um redirecionamento, 4xx para um erro do cliente, 5xx para uma falha do servidor. Esta ferramenta reúne os códigos registrados na IANA junto com uma descrição em linguagem simples, para você conferir o significado de um código ou encontrar o certo para retornar sem sair do seu editor.

Como usar

  1. Digite um código de status, seu nome, ou uma palavra-chave como "limite de taxa".
  2. Opcionalmente, restrinja os resultados a uma categoria (1xx–5xx).
  3. Leia a explicação curta do código correspondente.

Privacidade

Esta ferramenta roda inteiramente no seu navegador. O que você digita nunca é enviado, salvo ou compartilhado — fechar a aba já remove tudo.

Perguntas frequentes

De onde vem essa lista?
De uma tabela local com os códigos registrados na IANA, cobrindo todos os códigos que uma API web ou interação de navegador típica retorna. Ela não faz nenhuma chamada a servidores.
Qual a diferença entre 401 e 403?
401 Unauthorized significa que a requisição precisa de credenciais de autenticação válidas; 403 Forbidden significa que o servidor entendeu quem você é, mas mesmo assim recusa autorizar a ação.
Por que o 418 existe?
"I'm a Teapot" vem de uma RFC de Dia da Mentira de 1998. É raramente usado a sério, embora algumas APIs o utilizem como um easter egg.