Ricerca codici di stato HTTP

Ricerca gratuita di codici di stato HTTP. Digita un codice come 404 o una parola come timeout per vedere subito il significato e la categoria. Funziona nel tuo browser, senza caricamenti.

100
Continue
The server received the request headers and the client should continue.
101
Switching Protocols
The server is switching protocols as requested by the client.
200
OK
The request succeeded.
201
Created
The request succeeded and a new resource was created.
202
Accepted
The request was accepted for processing but is not complete.
204
No Content
The request succeeded but there is no content to return.
206
Partial Content
The server is delivering part of the resource (range request).
301
Moved Permanently
The resource has permanently moved to a new URL.
302
Found
The resource is temporarily at a different URL.
303
See Other
The response can be found at another URL using GET.
304
Not Modified
The cached version is still valid, no need to resend.
307
Temporary Redirect
Temporary redirect that keeps the original method.
308
Permanent Redirect
Permanent redirect that keeps the original method.
400
Bad Request
The server could not understand the request (bad syntax).
401
Unauthorized
Authentication is required and has failed or is missing.
402
Payment Required
Reserved for future use, sometimes used by paid APIs.
403
Forbidden
The server understood the request but refuses to authorize it.
404
Not Found
The requested resource could not be found on the server.
405
Method Not Allowed
The HTTP method is not allowed for this resource.
408
Request Timeout
The server timed out waiting for the request.
409
Conflict
The request conflicts with the current state of the resource.
410
Gone
The resource is permanently gone and will not return.
418
I'm a teapot
An April Fools joke from RFC 2324, the server refuses to brew coffee.
422
Unprocessable Entity
The request was well formed but had semantic errors.
429
Too Many Requests
The user has sent too many requests in a given time (rate limited).
500
Internal Server Error
A generic server error, something went wrong on the server.
501
Not Implemented
The server does not support the functionality required.
502
Bad Gateway
The server got an invalid response from an upstream server.
503
Service Unavailable
The server is not ready, often overloaded or down for maintenance.
504
Gateway Timeout
An upstream server did not respond in time.

Cosa fa la ricerca dei codici di stato HTTP

Questo strumento trasforma un criptico codice di stato HTTP in una risposta chiara. Digita un numero a tre cifre, come 404 o 500, e restituisce subito la frase di motivo ufficiale insieme a una breve spiegazione di cosa significa il codice e quando un server lo invia. Puoi anche digitare una parola chiave, come timeout o redirect, e lo strumento elenca ogni codice di stato il cui nome o descrizione corrisponde, utile quando ricordi l’idea ma non il numero. Aiuta sviluppatori web, creatori di API, tester QA e personale di supporto che incontrano codici di stato nei log, negli strumenti del browser e nelle risposte delle API e hanno bisogno di un riferimento rapido e affidabile.

I codici sono raggruppati in famiglie: 1xx informativi, 2xx successo, 3xx reindirizzamenti, 4xx errori del client e 5xx errori del server. Conoscere solo la famiglia spesso ti dice gia da dove iniziare a cercare.

Come usare la ricerca

  1. Digita un codice di stato a tre cifre (per esempio 404) nella casella Input, oppure digita una parola chiave come forbidden.
  2. Il risultato appare subito nella casella Output, mostrando la frase di motivo e il suo significato. Nessun pulsante da premere.
  3. Per una parola chiave, scorri l’elenco dei codici corrispondenti e scegli quello che si adatta alla tua situazione.

Un esempio rapido

Digita 404 e ottieni Not Found, che significa che il server non ha potuto trovare la risorsa richiesta. Digita timeout e ottieni corrispondenze come 408 Request Timeout e 504 Gateway Timeout, cosi puoi confrontarle fianco a fianco.

Tutto funziona nel tuo browser. Nulla viene caricato, quindi e privato per impostazione predefinita, istantaneo, gratuito e senza registrazione.

Domande frequenti

Come cerco un singolo codice di stato?
Digita il numero a tre cifre, come 301 o 503, nella casella. Lo strumento mostra subito la frase di motivo ufficiale e una breve spiegazione in linguaggio semplice di cosa significa il codice.
Posso cercare per parola chiave invece che per numero?
Si. Digita una parola come 'timeout', 'redirect' o 'forbidden' e lo strumento elenca tutti i codici di stato corrispondenti, cosi trovi quello giusto senza ricordare il numero esatto.
Qual e la differenza tra i codici 4xx e 5xx?
I codici nell'intervallo 4xx indicano che la richiesta ha avuto un problema lato client, come un URL errato o un permesso mancante. I codici nell'intervallo 5xx indicano che il server non e riuscito a gestire una richiesta che poteva essere valida.