मुख्य सामग्री पर जाएँ

HTTP स्थिति

HTTP status codes, status lines, headers और API hints स्थानीय रूप से देखें।

Status code, phrase, header या class

खोजें

Status code या phrase दर्ज करें

Code, status line, phrase, header name या 4xx जैसी class इस्तेमाल करें।

कैटलॉग

HTTP स्थिति

त्वरित शुरुआत

1
कोड, status line, phrase, header या class दर्ज करें
2
परिणाम देखें: class, registry status, status line और संबंधित codes
3
catalog को सीमित करने के लिए class filters इस्तेमाल करें
4
code या पूरी status line कॉपी करें

सामान्य परिदृश्य

API debugging

देखें कि response auth, validation, throttling या server failure की ओर इशारा करता है या नहीं

Redirect review

routes बदलने से पहले 301, 302, 307 और 308 की तुलना करें

Incident notes

client errors को upstream और overload failures से अलग करें

Header checks

Retry-After, Location, WWW-Authenticate, Allow और Content-Range hints खोजें

उपयोग सलाह

Registered codes स्थानीय IANA/RFC-आधारित table से आते हैं।
nginx 499 या Cloudflare 520 जैसे vendor codes v1 में unregistered माने जाते हैं।
कारण वाक्य पढ़ने में मदद करता है, लेकिन clients को numeric codes पर branch करना चाहिए।

Status lookup की सीमाएँ

यह tool URLs request नहीं करता, redirects follow नहीं करता और live uptime check नहीं करता।
Status code symptom को सीमित करता है; production root cause साबित नहीं करता।
Temporary, obsolete और unused registry entries labels के साथ दिखती रहती हैं।

आम भ्रम

301 और 308 permanent हैं; 302 और 307 temporary हैं; 307 और 308 method semantics रखते हैं।
401 authentication मांगता है; 403 का मतलब है authentication हो सकती है लेकिन access forbidden है।
404 not found है; 410 intentionally gone है।
400 malformed request है; 422 semantically invalid payload है।
429 client throttling है; 503 temporary service unavailability है।
502 bad upstream response है; 503 unavailable है; 504 upstream timeout है।

हेडर संकेत

Location 201 और redirects के साथ दिखता है।
Retry-After मुख्य रूप से 429 और 503 के लिए relevant है।
WWW-Authenticate बताता है कि 401 कैसे satisfy करें।
Allow 405 के लिए valid methods सूचीबद्ध करता है।
Content-Range 206 और 416 के साथ दिखता है।

गोपनीयता और सुरक्षा

Lookup आपके browser में चलता है। Query text केवल local session draft के रूप में save होता है।

अक्सर पूछे जाने वाले प्रश्न

6

अगला चरण पूरा करने के लिए इन संबंधित टूल का उपयोग करें।

हमारे बारे में

हमारे बारे में
मूल्य

सभी टूल की प्रोसेसिंग आपके ब्राउज़र में लोकल रूप से होती है।