RevealTheme logo

Controllore di codici di stato HTTP

Controlla il codice di stato HTTP restituito da qualsiasi URL. Rileva 200, 301, 404, 500, ecc.

Come usare questo strumento

  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.

Che cos'è il controllore di codici di stato HTTP?

I codici di stato HTTP le indicano se una richiesta è andata a buon fine, ha reindirizzato o è fallita. Le categorie più importanti: 2xx (successo), 3xx (reindirizzamento), 4xx (errore del client: 404 non trovato, 403 vietato), 5xx (errore del server: 500 errore interno, 503 non disponibile). Monitorare i codici di stato rileva pagine interrotte, reindirizzamenti mal configurati e interruzioni del server.

Casi d'uso comuni

  • 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.

Domande frequenti

Qual è la differenza tra 301 e 302?
301 è permanente (i motori di ricerca trasferiscono tutto il segnale di posizionamento); 302 è temporaneo (non trasferisce alcun segnale). Usi 301 per le migrazioni dei siti.
Perché ricevo un 403?
Vietato: il server ha compreso la richiesta ma si rifiuta di soddisfarla. Spesso è dovuto a una configurazione errata, alla protezione dall'hotlinking o al blocco dei bot.

Strumenti correlati