RevealTheme logo

Verificador de Códigos de Status HTTP

Verifique o código de status HTTP que qualquer URL retorna. Detecta 200, 301, 404, 500, etc.

Como usar esta ferramenta

  1. 1

    Paste a full URL (for example https://example.com/page) into the input box.

  2. 2

    Click Analyze to have our server fetch the URL on your behalf.

  3. 3

    Read the large status code, its status text, and the Final URL after any redirects.

  4. 4

    Change the URL and run again to compare endpoints or recheck after a fix.

O que é o Verificador de Códigos de Status HTTP?

Os códigos de status HTTP indicam se uma solicitação teve sucesso, redirecionou ou falhou. As categorias mais importantes: 2xx (sucesso), 3xx (redirecionamento), 4xx (erro do cliente: 404 não encontrado, 403 proibido), 5xx (erro do servidor: 500 erro interno, 503 indisponível). Monitorar os códigos de status detecta páginas quebradas, redirecionamentos mal configurados e quedas do servidor.

Casos de uso comuns

  • Confirm a page returns 200 OK after deploying a change or fixing a broken link.

  • Verify that an old URL ends at the right destination after setting up redirects for a site migration.

  • Diagnose why a link is failing by seeing whether it returns 404, 403, 401, or a 5xx error.

  • Spot-check that a server is reachable over HTTPS rather than only plain HTTP.

  • Test whether a third-party API endpoint or webhook URL responds before wiring it into your code.

  • Check competitor or partner URLs for outages or moved pages without installing any software.

Perguntas frequentes

Qual é a diferença entre 301 e 302?
301 é permanente (os mecanismos de busca transferem todo o sinal de ranqueamento); 302 é temporário (não transfere sinal). Use 301 para as migrações de sites.
Por que recebo um 403?
Proibido: o servidor entendeu a solicitação, mas se recusa a atendê-la. Em geral é uma má configuração, proteção contra hotlink ou bloqueio de bots.

Ferramentas relacionadas