Handytool
डेवलपर गाइड5 मिनट पढ़ेंअपडेट किया गया 9 मार्च 2026

HTTP Reference उपकरण

सेकंड में किसी भी HTTP status code meaning को find करें।

Handytool का HTTP status code lookup 100 Continue से 511 Network Authentication Required तक हर code को cover करता है, RFC 9110 और IANA registry से sourced — code, name, या keyword के आधार पर search करें।

मुख्य बिंदु

  • 01100 से 511 तक हर HTTP status code को cover करता है, RFC 9110 और IANA registry से sourced।
  • 02Code number, name, या description से एक phrase के आधार पर search करें — list instantly filters होती है।
  • 03Class (1xx, 2xx, 3xx, 4xx, 5xx) के आधार पर filter करें focus को narrow करने के लिए debugging के दौरान।
  • 04मुफ्त, तत्काल, कोई sign-up नहीं — पूरी तरह से आपके ब्राउज़र में चलता है।

एक dedicated HTTP Status Code Reference क्यों?

हर web developer को एक ऐसा status code hit करता है जिसे वह कुछ समय में नहीं देखा है। आप 404 और 500 को जानते हैं, लेकिन 401 और 403 के बीच exact अंतर क्या है? आपको 400 के बजाय 422 कब return करना चाहिए? क्या 418 actually spec में है? एक quick reference जो codes को plain English में explain करता है — RFC legalese को quote करने के बजाय — इन questions को seconds में answer करता है।

Handytool का lookup RFC 9110 (current HTTP semantics specification) और IANA HTTP status registry से sourced है, WebDAV extensions (207, 423, 424) सहित और less-common codes जिन्हें आप real API responses में encounter करेंगे। प्रत्येक entry का एक एक-वाक्य plain-English summary है developers के लिए aimed, standardization committees के लिए नहीं।

एक HTTP Status Code को कैसे Look Up करें

  1. 01

    Code, name, या keyword के आधार पर search करें

    एक code (404), एक name fragment (Not Found), या एक descriptive phrase (teapot, redirect, authentication) type करें। List real time में filter होती है।

  2. 02

    Class के आधार पर filter करें

    केवल 1xx informational, 2xx success, 3xx redirect, 4xx client error, या 5xx server error codes को show करने के लिए class buttons का उपयोग करें। Useful जब आप redirect chain या server error को debug कर रहे हैं और उस family में सभी codes को देखना चाहते हैं।

  3. 03

    Plain-English explanation को read करें

    प्रत्येक entry official name, code number, और code meaning और जब यह apply होता है का concise developer-focused description include करता है।

Status Codes Worth Memorizing

  • 01200 OK — GET, POST, और PUT responses के लिए standard success।
  • 02201 Created — resource create किया गया था; typically एक successful POST के बाद return किया जाता है।
  • 03204 No Content — success response body के साथ no; DELETE के बाद common।
  • 04301 Moved Permanently — canonical redirect; search engines link equity को transfer करते हैं।
  • 05400 Bad Request — malformed syntax, missing fields, या unparseable payload।
  • 06422 Unprocessable Entity — syntactically valid request जो business logic fail करता है।

तत्काल Lookup, कोई Server Calls नहीं

पूरा status code database page में bundled है। Searching, filtering, और descriptions को read करना सभी locally आपके ब्राउज़र में होते हैं — कोई query किसी भी server को नहीं भेजा जाता है, और page offline work करता है एक बार load होने के बाद।

Reference vendor-specific codes include करता है जिन्हें आप wild में encounter करेंगे, जैसे Cloudflare का 52x range upstream errors के लिए। उन्हें vendor extensions के रूप में note किया जाता है बजाय standard HTTP के, तो आप एक spec-defined code और एक platform-specific को distinguish कर सकते हैं।

HTTP Status Code Lookup FAQ

400 और 422 के बीच क्या अंतर है?

400 Bad Request requests के लिए है जिन्हें server बिल्कुल parse नहीं कर सकता — broken JSON, invalid query syntax। 422 Unprocessable Entity requests के लिए है जो सही तरीके से parse करते हैं लेकिन semantic validation fail करते हैं, जैसे एक duplicate email या minimum से नीचे एक age value।

401 और 403 के बीच क्या अंतर है?

401 का मतलब unauthenticated है — credentials provide करें और retry करें। 403 का मतलब authenticated लेकिन forbidden है — आपके पास required permission नहीं है, और different credentials help कर सकते हैं लेकिन same ones नहीं करेंगे।

क्या 418 I'm a Teapot एक real HTTP status code है?

हाँ — यह April Fools' RFC 2324 (1998) में defined था, RFC 7168 में reaffirmed किया गया, और IANA registry में included है। यह HTTP itself को use नहीं करता लेकिन एक handful services इसे Easter egg के रूप में return करते हैं।

कौन सा RFC modern HTTP status codes को cover करता है?

RFC 9110, जून 2022 में published, current HTTP semantics specification है। यह RFC 7231 को supersede करता है और core HTTP status code definitions को consolidate करता है।

मुझे क्यों status codes 511 से ऊपर दिखाई देते हैं?

Codes 511 से ऊपर IANA registry में unassigned हैं। कुछ platforms (जैसे Cloudflare) अपनी own error conditions के लिए custom 5xx codes का उपयोग करते हैं, लेकिन वह vendor extensions हैं rather than standard HTTP।

संबंधित टूल्स

डेवलपर टूल्स के साथ काम जारी रखें

डेवलपर टूल्स