Referência de Códigos de Status HTTP

Referência completa de todos os códigos de status HTTP (1xx-5xx) com explicações detalhadas. Ideal para desenvolvedores web e administradores de sistemas que depuram respostas HTTP.

1xx - Informational

Request received, continuing process

100

Continue

The client should continue with its request

101

Switching Protocols

The server is switching protocols as requested by the client

102

Processing

The server is processing the request but no response is available yet

103

Early Hints

Used to return some response headers before final HTTP message

2xx - Success

The action was successfully received, understood, and accepted

200

OK

The request was successful

201

Created

The request was successful and a new resource was created

202

Accepted

The request has been accepted for processing, but processing is not complete

203

Non-Authoritative Information

The returned meta-information is not definitive

204

No Content

The request was successful but there is no content to return

205

Reset Content

The client should reset the form that caused this request to be sent

206

Partial Content

The server is delivering only part of the resource due to a range header

207

Multi-Status

The message body contains multiple status codes for different operations

208

Already Reported

The members of a DAV binding have already been enumerated

226

IM Used

The server has fulfilled a request using an instance manipulation

3xx - Redirection

Further action must be taken in order to complete the request

300

Multiple Choices

There are multiple options for the resource from which the client may choose

301

Moved Permanently

The resource has been permanently moved to a new URL

302

Found

The resource temporarily resides under a different URL

303

See Other

The response can be found under a different URL using GET method

304

Not Modified

The resource has not been modified since the last request

305

Use Proxy

The requested resource must be accessed through the proxy given by the Location field

307

Temporary Redirect

The request should be repeated with another URL but future requests should still use the original URL

308

Permanent Redirect

The request and all future requests should be repeated using another URL

4xx - Client Error

The request contains bad syntax or cannot be fulfilled

400

Bad Request

The server cannot process the request due to a client error

401

Unauthorized

Authentication is required and has failed or has not yet been provided

402

Payment Required

Reserved for future use

403

Forbidden

The request was valid, but the server is refusing action

404

Not Found

The requested resource could not be found

405

Method Not Allowed

The request method is not supported for the requested resource

406

Not Acceptable

The requested resource is capable of generating only content not acceptable according to Accept headers

407

Proxy Authentication Required

The client must first authenticate itself with the proxy

408

Request Timeout

The server timed out waiting for the request

409

Conflict

The request could not be processed because of conflict in the request

410

Gone

The resource requested is no longer available and will not be available again

411

Length Required

The request did not specify the length of its content

412

Precondition Failed

The server does not meet one of the preconditions that the requester put on the request

413

Payload Too Large

The request is larger than the server is willing or able to process

414

URI Too Long

The URI provided was too long for the server to process

415

Unsupported Media Type

The request entity has a media type which the server or resource does not support

416

Range Not Satisfiable

The client has asked for a portion of the file, but the server cannot supply that portion

417

Expectation Failed

The server cannot meet the requirements of the Expect request-header field

418

I'm a teapot

This code was defined as an April Fools' joke and is not expected to be implemented by actual HTTP servers

421

Misdirected Request

The request was directed at a server that is not able to produce a response

422

Unprocessable Entity

The request was well-formed but was unable to be followed due to semantic errors

423

Locked

The resource that is being accessed is locked

424

Failed Dependency

The request failed because it depended on another request and that request failed

425

Too Early

The server is unwilling to risk processing a request that might be replayed

426

Upgrade Required

The client should switch to a different protocol

428

Precondition Required

The origin server requires the request to be conditional

429

Too Many Requests

The user has sent too many requests in a given amount of time

431

Request Header Fields Too Large

The server is unwilling to process the request because header fields are too large

451

Unavailable For Legal Reasons

The server is denying access to the resource as a consequence of a legal demand

5xx - Server Error

The server failed to fulfill an apparently valid request

500

Internal Server Error

A generic error message when an unexpected condition was encountered

501

Not Implemented

The server either does not recognize the request method, or it lacks the ability to fulfill it

502

Bad Gateway

The server was acting as a gateway or proxy and received an invalid response from upstream

503

Service Unavailable

The server is currently unavailable (because it is overloaded or down for maintenance)

504

Gateway Timeout

The server was acting as a gateway or proxy and did not receive a timely response from upstream

505

HTTP Version Not Supported

The server does not support the HTTP protocol version used in the request

506

Variant Also Negotiates

Transparent content negotiation for the request results in a circular reference

507

Insufficient Storage

The server is unable to store the representation needed to complete the request

508

Loop Detected

The server detected an infinite loop while processing the request

510

Not Extended

Further extensions to the request are required for the server to fulfill it

511

Network Authentication Required

The client needs to authenticate to gain network access

Share this tool

Help others discover HTTP Status Code Reference

Sobre a Referência de Códigos de Status HTTP

Como Funciona

  • Navegue pelos códigos de status HTTP organizados por categoria (1xx-5xx)
  • Pesquise códigos específicos por número, nome ou descrição
  • Filtre por categorias de códigos de status para navegação focada
  • Obtenha explicações detalhadas para cada código de status

Casos de Uso Comuns

  • Desenvolvedores web depurando respostas HTTP
  • Administradores de sistemas solucionando problemas de servidor
  • Estudantes aprendendo sobre protocolo HTTP
  • Referência rápida durante o desenvolvimento de APIs

Perguntas Frequentes

O que são códigos de status HTTP?

Os códigos de status HTTP são números de três dígitos retornados por servidores web para indicar o resultado da solicitação de um cliente. Eles são agrupados em cinco categorias: 1xx (Informacional), 2xx (Sucesso), 3xx (Redirecionamento), 4xx (Erro do Cliente) e 5xx (Erro do Servidor).

O que significa um erro 404?

404 Não Encontrado significa que o servidor não conseguiu encontrar o recurso solicitado. Este é um dos códigos de erro de cliente mais comuns e geralmente indica que a URL está incorreta ou que o recurso foi movido ou excluído.

Qual é a diferença entre redirecionamentos 301 e 302?

301 Movido Permanentemente indica que o recurso foi permanentemente movido para uma nova URL, enquanto 302 Encontrado indica um redirecionamento temporário. Os motores de busca tratam esses de forma diferente para fins de SEO.

O que significa um Erro Interno do Servidor 500?

500 Erro Interno do Servidor é uma mensagem de erro genérica do lado do servidor indicando que algo deu errado, mas o servidor não consegue especificar o problema exato. Frequentemente causado por configurações incorretas do servidor ou erros de aplicativo.

Quando veria um erro 401 versus 403?

401 Não Autorizado significa que a autenticação é necessária ou falhou. 403 Proibido significa que você está autenticado mas não tem permissão para acessar o recurso.

Para que são usados os códigos de status 1xx?

Os códigos de status informativos 1xx indicam que a solicitação foi recebida e o processo está continuando. Raramente são vistos por usuários finais e são usados principalmente para comunicação em nível de protocolo.

O código de status 418 "Sou um bule" é real?

Sim, HTTP 418 "Sou um bule" é um código de status real definido no RFC 2324 como uma brincadeira de Primeiro de Abril. Faz parte do Protocolo de Controle de Bule de Café em Hipertexto e não se espera que seja implementado por servidores HTTP reais.

O que indica 429 Muitas Solicitações?

429 Muitas Solicitações significa que o usuário enviou muitas solicitações em um determinado período de tempo. É comumente usado para limitação de taxa para prevenir abuso de serviços web e APIs.

Como posso usar esta ferramenta para depurar aplicativos web?

Use a função de pesquisa para encontrar rapidamente códigos de erro específicos, filtre por categoria para entender diferentes tipos de respostas e consulte as descrições detalhadas para entender o que cada código significa.

Existem códigos de status fora do intervalo 100-599?

Não, os códigos de status HTTP padrão são números de três dígitos variando de 100 a 599. Códigos fora deste intervalo não fazem parte da especificação HTTP.

O que devo fazer se encontrar um código de status desconhecido?

Use esta ferramenta de referência para pesquisar o código por número. Se não estiver listado, pode ser um código personalizado específico do aplicativo ou serviço com o qual você está trabalhando.

Por que os códigos de status são importantes para SEO?

Os motores de busca usam códigos de status HTTP para entender como tratar páginas web. O uso adequado de códigos como redirecionamentos 301, erros 404 e respostas de sucesso 200 ajuda os motores de busca a rastrear e indexar sites corretamente.

Share ToolsZone

Help others discover these free tools!

Compartilhar esta página

Referência de Códigos de Status HTTP | Guia Completo 1xx-5xx