Referência HTTP
Navegue por todos os códigos de status HTTP com descrições. Pesquise por número, nome ou descrição.
100Continue
1xx Informational
The server has received the request headers and the client should proceed to send the request body.
200OK
2xx Success
The request has succeeded.
201Created
2xx Success
The request has been fulfilled and a new resource has been created.
204No Content
2xx Success
The server successfully processed the request but is not returning any content.
301Moved Permanently
3xx Redirection
The requested resource has been permanently moved to a new URI.
302Found
3xx Redirection
The requested resource resides temporarily under a different URI.
304Not Modified
3xx Redirection
Indicates the resource has not been modified since the version specified by the request headers.
400Bad Request
4xx Client Error
The server cannot process the request due to a client error.
401Unauthorized
4xx Client Error
Authentication is required and has failed or has not been provided.
403Forbidden
4xx Client Error
The server understood the request but refuses to authorize it.
404Not Found
4xx Client Error
The requested resource could not be found.
405Method Not Allowed
4xx Client Error
The request method is not supported for the requested resource.
429Too Many Requests
4xx Client Error
The user has sent too many requests in a given amount of time (rate limiting).
500Internal Server Error
5xx Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.
502Bad Gateway
5xx Server Error
The server was acting as a gateway and received an invalid response from the upstream server.
503Service Unavailable
5xx Server Error
The server is currently unable to handle the request due to temporary overloading or maintenance.
Perguntas Frequentes
What are HTTP status codes?
Three-digit numbers returned by a server to indicate the result of an HTTP request. They are grouped into 5 classes: 1xx (info), 2xx (success), 3xx (redirect), 4xx (client error), 5xx (server error).
Related Tools
Formatador JSON
Formate, embeleze e valide dados JSON instantaneamente. Formatador JSON online gratuito para desenvolvedores.
Codificador Base64
Codifique e decodifique strings Base64 online. Suporta texto UTF-8 e dados binários.
Testador Regex
Teste e depure expressões regulares online. Correspondência em tempo real com destaques.
Pré-visualização Markdown
Pré-visualização Markdown ao vivo com renderização estilo GitHub. Escreva e visualize em tempo real.