HTTP Durum Kodu Arama

Ücretsiz HTTP durum kodu arama. 404 gibi bir kod ya da timeout gibi bir anahtar kelime yazın, anlamını ve kategorisini anında görün. Tarayıcınızda çalışır, yükleme yok.

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.

HTTP Durum Kodu Arama ne işe yarar

Bu araç, anlaşılması zor bir HTTP durum kodunu net bir yanıta çevirir. 404 veya 500 gibi üç haneli bir sayı yazın, resmi neden ifadesini ve kodun ne anlama geldiği ile bir sunucunun bunu ne zaman gönderdiğine dair kısa bir açıklamayı anında döndürür. Ayrıca timeout ya da redirect gibi bir anahtar kelime yazabilirsiniz, adı veya açıklaması eşleşen her durum kodunu listeler, bu da fikri hatırlayıp da sayıyı hatırlamadığınızda işe yarar. Loglarda, tarayıcı araçlarında ve API yanıtlarında durum kodlarıyla karşılaşan ve hızlı, güvenilir bir referansa ihtiyaç duyan web geliştiricilere, API yapanlara, QA testçilerine ve destek ekiplerine yardımcı olur.

Kodlar ailelere ayrılır: 1xx bilgilendirme, 2xx başarı, 3xx yönlendirme, 4xx istemci hataları ve 5xx sunucu hataları. Sadece aileyi bilmek bile genellikle nereye bakmaya başlayacağınızı söyler.

Arama nasıl kullanılır

  1. Girdi kutusuna üç haneli bir durum kodu (örneğin 404) yazın ya da forbidden gibi bir anahtar kelime yazın.
  2. Sonuç hemen Çıktı kutusunda belirir, neden ifadesini ve anlamını gösterir. Basılacak bir düğme yok.
  3. Anahtar kelime için, eşleşen kodlar listesini tarayın ve durumunuza uyanı seçin.

Hızlı bir örnek

404 yazın, Not Found alırsınız, yani sunucu istenen kaynağı bulamadı. timeout yazın, 408 Request Timeout ve 504 Gateway Timeout gibi eşleşmeler alırsınız, böylece bunları yan yana karşılaştırabilirsiniz.

Hepsi tarayıcınızda çalışır. Hiçbir şey yüklenmez, bu yüzden varsayılan olarak gizlidir, anında çalışır, ücretsizdir ve kayıt gerektirmez.

Sıkça sorulan sorular

Tek bir durum kodunu nasıl ararım?
301 veya 503 gibi üç haneli sayıyı kutuya yazın. Araç anında resmi neden ifadesini ve kodun ne anlama geldiğine dair kısa, sade bir açıklamayı gösterir.
Sayı yerine anahtar kelimeyle arama yapabilir miyim?
Evet. 'timeout', 'redirect' veya 'forbidden' gibi bir kelime yazın, araç eşleşen tüm durum kodlarını listeler, böylece tam sayıyı hatırlamadan doğru olanı bulursunuz.
4xx ve 5xx kodları arasındaki fark nedir?
4xx aralığındaki kodlar isteğin istemci tarafında bir sorun yaşadığını, hatalı bir URL ya da eksik izin gibi, gösterir. 5xx aralığındaki kodlar geçerli olabilecek bir isteği sunucunun işleyemediği anlamına gelir.