श्रेणी: डेवलपर टूल
HTTP स्टेटस कोड लुकअप
हर HTTP स्टेटस कोड और उसका मतलब खोजें
1xx से 5xx तक हर HTTP स्टेटस कोड को नंबर, नाम या कीवर्ड से खोजें, और हर एक का संक्षिप्त, व्यावहारिक मतलब पढ़ें। यह पूरी तरह आपके ब्राउज़र में, एक बंडल्ड रेफ़रेंस टेबल से चलता है।
62 कोड
| कोड | नाम | श्रेणी | मतलब |
|---|---|---|---|
| 100 | Continue | 1xx सूचनात्मक | The initial part of the request was received; the client should continue. |
| 101 | Switching Protocols | 1xx सूचनात्मक | The server is switching protocols as requested by Upgrade. |
| 102 | Processing | 1xx सूचनात्मक | The server has received the request and is still processing it. |
| 103 | Early Hints | 1xx सूचनात्मक | Preload or preconnect hints sent before the final response. |
| 200 | OK | 2xx सफल | The request succeeded. |
| 201 | Created | 2xx सफल | The request succeeded and a new resource was created. |
| 202 | Accepted | 2xx सफल | The request was accepted for processing but is not complete. |
| 203 | Non-Authoritative Information | 2xx सफल | The payload was transformed by a proxy from the origin response. |
| 204 | No Content | 2xx सफल | The request succeeded but there is no content to send. |
| 205 | Reset Content | 2xx सफल | The client should reset the document view that sent the request. |
| 206 | Partial Content | 2xx सफल | Only part of the resource is being sent, per a Range header. |
| 207 | Multi-Status | 2xx सफल | A WebDAV response conveying status for multiple sub-requests. |
| 208 | Already Reported | 2xx सफल | A WebDAV binding was already enumerated in a previous reply. |
| 226 | IM Used | 2xx सफल | The server fulfilled the request using instance manipulations. |
| 300 | Multiple Choices | 3xx रीडायरेक्शन | The request has more than one possible response. |
| 301 | Moved Permanently | 3xx रीडायरेक्शन | The resource has been permanently moved to a new URL. |
| 302 | Found | 3xx रीडायरेक्शन | The resource is temporarily at a different URL. |
| 303 | See Other | 3xx रीडायरेक्शन | The response can be found under a different URL using GET. |
| 304 | Not Modified | 3xx रीडायरेक्शन | The resource has not changed since the last request; use the cache. |
| 305 | Use Proxy | 3xx रीडायरेक्शन | Deprecated: the requested resource must be accessed through a proxy. |
| 307 | Temporary Redirect | 3xx रीडायरेक्शन | The resource is temporarily at a different URL; method must not change. |
| 308 | Permanent Redirect | 3xx रीडायरेक्शन | The resource has permanently moved; method must not change. |
| 400 | Bad Request | 4xx क्लाइंट एरर | The server cannot process the request due to a client error. |
| 401 | Unauthorized | 4xx क्लाइंट एरर | Authentication is required and has failed or not been provided. |
| 402 | Payment Required | 4xx क्लाइंट एरर | Reserved for future use. |
| 403 | Forbidden | 4xx क्लाइंट एरर | The server understood the request but refuses to authorize it. |
| 404 | Not Found | 4xx क्लाइंट एरर | The server can not find the requested resource. |
| 405 | Method Not Allowed | 4xx क्लाइंट एरर | The request method is not supported for this resource. |
| 406 | Not Acceptable | 4xx क्लाइंट एरर | No content matching the Accept headers was found. |
| 407 | Proxy Authentication Required | 4xx क्लाइंट एरर | The client must authenticate with the proxy first. |
| 408 | Request Timeout | 4xx क्लाइंट एरर | The server timed out waiting for the request. |
| 409 | Conflict | 4xx क्लाइंट एरर | The request conflicts with the current state of the resource. |
| 410 | Gone | 4xx क्लाइंट एरर | The resource is no longer available and will not come back. |
| 411 | Length Required | 4xx क्लाइंट एरर | The request did not specify the length of its content. |
| 412 | Precondition Failed | 4xx क्लाइंट एरर | A precondition in the request headers was not met. |
| 413 | Payload Too Large | 4xx क्लाइंट एरर | The request entity is larger than the server can handle. |
| 414 | URI Too Long | 4xx क्लाइंट एरर | The requested URI is longer than the server can interpret. |
| 415 | Unsupported Media Type | 4xx क्लाइंट एरर | The media format of the request is not supported. |
| 416 | Range Not Satisfiable | 4xx क्लाइंट एरर | The requested range cannot be satisfied. |
| 417 | Expectation Failed | 4xx क्लाइंट एरर | The Expect header could not be met by the server. |
| 418 | I'm a Teapot | 4xx क्लाइंट एरर | An April Fools' joke status code from RFC 2324. |
| 421 | Misdirected Request | 4xx क्लाइंट एरर | The request was directed at a server unable to produce a response. |
| 422 | Unprocessable Entity | 4xx क्लाइंट एरर | The request was well-formed but semantically incorrect. |
| 423 | Locked | 4xx क्लाइंट एरर | The resource that is being accessed is locked. |
| 424 | Failed Dependency | 4xx क्लाइंट एरर | The request failed because a prior dependent request failed. |
| 425 | Too Early | 4xx क्लाइंट एरर | The server is unwilling to risk processing a replayable request. |
| 426 | Upgrade Required | 4xx क्लाइंट एरर | The client should switch to a different protocol. |
| 428 | Precondition Required | 4xx क्लाइंट एरर | The origin server requires the request to be conditional. |
| 429 | Too Many Requests | 4xx क्लाइंट एरर | The client has sent too many requests in a given time. |
| 431 | Request Header Fields Too Large | 4xx क्लाइंट एरर | The header fields are too large for the server. |
| 451 | Unavailable For Legal Reasons | 4xx क्लाइंट एरर | The resource is unavailable for legal reasons. |
| 500 | Internal Server Error | 5xx सर्वर एरर | The server encountered an unexpected condition. |
| 501 | Not Implemented | 5xx सर्वर एरर | The server does not support the functionality required. |
| 502 | Bad Gateway | 5xx सर्वर एरर | The server, acting as a gateway, got an invalid response. |
| 503 | Service Unavailable | 5xx सर्वर एरर | The server is not ready to handle the request. |
| 504 | Gateway Timeout | 5xx सर्वर एरर | The server, acting as a gateway, did not get a response in time. |
| 505 | HTTP Version Not Supported | 5xx सर्वर एरर | The HTTP version used in the request is not supported. |
| 506 | Variant Also Negotiates | 5xx सर्वर एरर | Transparent content negotiation resulted in a circular reference. |
| 507 | Insufficient Storage | 5xx सर्वर एरर | The server is unable to store the representation needed. |
| 508 | Loop Detected | 5xx सर्वर एरर | The server detected an infinite loop while processing the request. |
| 510 | Not Extended | 5xx सर्वर एरर | Further extensions to the request are required. |
| 511 | Network Authentication Required | 5xx सर्वर एरर | The client needs to authenticate to gain network access. |
इस पेज पर सब कुछ आपके ब्राउज़र में संसाधित होता है। कुछ भी अपलोड नहीं होता।
यह टूल क्या करता है
हर HTTP रिस्पॉन्स के साथ तीन अंकों का स्टेटस कोड आता है जो क्लाइंट को बताता है कि क्या हुआ: सफलता के लिए 2xx, रीडायरेक्ट के लिए 3xx, क्लाइंट की गलती के लिए 4xx, सर्वर की विफलता के लिए 5xx। यह टूल IANA में रजिस्टर्ड कोड को सादी भाषा में दिए गए विवरण के साथ बंडल करता है, ताकि आप अपने एडिटर से बाहर गए बिना किसी कोड का मतलब जाँच सकें या सही कोड ढूँढ सकें।
इस्तेमाल कैसे करें
- कोई स्टेटस कोड, उसका नाम, या "rate limit" जैसा कीवर्ड टाइप करें।
- चाहें तो नतीजों को किसी एक श्रेणी (1xx–5xx) तक सीमित करें।
- मेल खाने वाले कोड के लिए संक्षिप्त विवरण पढ़ें।
निजता
यह टूल पूरी तरह आपके ब्राउज़र में चलता है। आपका डेटा कभी अपलोड, सेव या साझा नहीं होता — टैब बंद करते ही वह हट जाता है।
अक्सर पूछे जाने वाले सवाल
- यह सूची कहाँ से आती है?
- IANA में रजिस्टर्ड कोड की एक लोकल टेबल से, जो किसी सामान्य वेब API या ब्राउज़र इंटरैक्शन में मिलने वाले हर कोड को कवर करती है। यह किसी सर्वर को कॉल नहीं करती।
- 401 और 403 में क्या फ़र्क़ है?
- 401 Unauthorized का मतलब है कि रिक्वेस्ट के लिए मान्य ऑथेंटिकेशन क्रेडेंशियल चाहिए; 403 Forbidden का मतलब है कि सर्वर को पता है आप कौन हैं, फिर भी वह इस ऐक्शन को अधिकृत करने से इनकार करता है।
- 418 क्यों मौजूद है?
- "I'm a Teapot" 1998 की एक अप्रैल फूल्स RFC से आया है। इसे गंभीरता से शायद ही कभी इस्तेमाल किया जाता है, हालाँकि कुछ API इसे एक ईस्टर एग की तरह इस्तेमाल करते हैं।