Continue
RFC 9110The server received the request headers and the client should proceed to send the request body.
Switching Protocols
RFC 9110The server is switching protocols as requested by the client in the Upgrade header, for example to WebSocket.
Processing
RFC 2518The server has received and is processing the request, but no response is available yet. Used by WebDAV.
Early Hints
RFC 8297Returns some response headers before the final response so the client can start preloading resources.
OK
RFC 9110The request succeeded. The meaning of success depends on the HTTP method used.
Created
RFC 9110The request succeeded and a new resource was created, usually in response to POST or PUT.
Accepted
RFC 9110The request was accepted for processing, but the processing has not completed and may still fail.
Non-Authoritative Information
RFC 9110The returned metadata is from a local or third-party copy rather than the origin server.
No Content
RFC 9110The request succeeded but there is no content to send in the response body.
Reset Content
RFC 9110The request succeeded and the client should reset the document view that sent the request.
Partial Content
RFC 9110The server is delivering only part of the resource in response to a Range header, used for resumable downloads.
Multi-Status
RFC 4918Conveys information about multiple resources where several status codes apply. Used by WebDAV.
Already Reported
RFC 5842The members of a WebDAV binding have already been enumerated and are not being included again.
IM Used
RFC 3229The server fulfilled a GET request and the response represents the result of instance manipulations applied.
Multiple Choices
RFC 9110The request has more than one possible response and the client should choose one of them.
Moved Permanently
RFC 9110The resource has permanently moved to a new URL given in the Location header. Search engines update their links.
Found
RFC 9110The resource is temporarily at a different URL. The client should keep using the original URL for future requests.
See Other
RFC 9110The response is at another URL that should be retrieved with a GET request. Common after a form POST.
Not Modified
RFC 9110The cached copy is still valid, so the server sends no body. Used with conditional requests to save bandwidth.
Temporary Redirect
RFC 9110The resource is temporarily at another URL and the client must reuse the same HTTP method and body.
Permanent Redirect
RFC 9110The resource has permanently moved and the client must reuse the same HTTP method and body.
Bad Request
RFC 9110The server cannot process the request because of a client error such as malformed syntax or invalid framing.
Unauthorized
RFC 9110Authentication is required and has failed or not been provided. The response includes a WWW-Authenticate header.
Payment Required
RFC 9110Reserved for future use. Occasionally used by APIs to signal that a paid plan or quota is required.
Forbidden
RFC 9110The server understood the request but refuses to authorize it. Authenticating will not help.
Not Found
RFC 9110The server cannot find the requested resource. The URL may be wrong or the resource may have been removed.
Method Not Allowed
RFC 9110The request method is known but not supported by the target resource, for example POST to a read-only endpoint.
Not Acceptable
RFC 9110The resource cannot produce a response matching the Accept headers sent by the client.
Proxy Authentication Required
RFC 9110The client must first authenticate with a proxy before the request can proceed.
Request Timeout
RFC 9110The server timed out waiting for the request. The client may repeat the request later.
Conflict
RFC 9110The request conflicts with the current state of the resource, such as an edit that clashes with another change.
Gone
RFC 9110The resource is permanently gone with no forwarding address. More specific and final than 404.
Length Required
RFC 9110The server refuses the request because it lacks a defined Content-Length header.
Precondition Failed
RFC 9110A precondition in the request headers, such as If-Match, evaluated to false on the server.
Content Too Large
RFC 9110The request body is larger than the server is willing or able to process. Formerly Payload Too Large.
URI Too Long
RFC 9110The requested URI is longer than the server is willing to interpret, often from too many query parameters.
Unsupported Media Type
RFC 9110The request body is in a format the resource does not support, such as an unexpected Content-Type.
Range Not Satisfiable
RFC 9110The Range header requests a portion the server cannot supply, for example beyond the end of the file.
Expectation Failed
RFC 9110The expectation in the Expect request header could not be met by the server.
I'm a Teapot
RFC 2324An April Fools joke code from 1998 that returns when a teapot is asked to brew coffee. Sometimes used as an easter egg.
Misdirected Request
RFC 9110The request was sent to a server that cannot produce a response for the combination of scheme and authority.
Unprocessable Content
RFC 9110The request is well formed but has semantic errors that prevent processing, common in API validation failures.
Locked
RFC 4918The resource being accessed is locked. Used by WebDAV.
Failed Dependency
RFC 4918The request failed because it depended on another request that failed. Used by WebDAV.
Too Early
RFC 8470The server is unwilling to risk processing a request that might be replayed.
Upgrade Required
RFC 9110The client should switch to a different protocol given in the Upgrade header, such as a newer TLS version.
Precondition Required
RFC 6585The origin server requires the request to be conditional to prevent lost-update conflicts.
Too Many Requests
RFC 6585The client has sent too many requests in a given time. Rate limiting responses often include a Retry-After header.
Request Header Fields Too Large
RFC 6585The server refuses the request because the header fields are too large, individually or in total.
Unavailable For Legal Reasons
RFC 7725The resource is unavailable because of a legal demand, such as a government censorship order.
Internal Server Error
RFC 9110A generic error meaning the server hit an unexpected condition and cannot give a more specific message.
Not Implemented
RFC 9110The server does not support the functionality required to fulfil the request, such as an unknown method.
Bad Gateway
RFC 9110A server acting as a gateway or proxy received an invalid response from an upstream server.
Service Unavailable
RFC 9110The server is temporarily unable to handle the request, usually from overload or maintenance. Retry later.
Gateway Timeout
RFC 9110A gateway or proxy did not get a timely response from the upstream server it needed to complete the request.
HTTP Version Not Supported
RFC 9110The server does not support the HTTP protocol version used in the request.
Variant Also Negotiates
RFC 2295A content negotiation configuration error caused the chosen variant to itself engage in negotiation.
Insufficient Storage
RFC 4918The server cannot store the representation needed to complete the request. Used by WebDAV.
Loop Detected
RFC 5842The server detected an infinite loop while processing the request. Used by WebDAV.
Not Extended
RFC 2774Further extensions to the request are required for the server to fulfil it.
Network Authentication Required
RFC 6585The client must authenticate to gain network access, typically shown by a captive portal on public Wi-Fi.
HTTP 상태 코드란 무엇입니까?
HTTP 상태 코드는 서버가 모든 응답과 함께 반환하여 클라이언트의 요청에 어떤 일이 발생했는지 알려주는 세 자리 숫자입니다. 코드 200 은 요청이 성공했음을 의미하고,404 는 페이지를 찾을 수 없음을 의미하며,500 은 서버가 오류를 범했음을 의미합니다. 이 참조에는 Internet Engineering Task Force 에서 정의한 모든 표준 상태 코드가 클래스별로 그룹화되어 있으며,각각의 의미에 대한 일반 영어 설명과 이를 정의하는 사양에 대한 링크가 나와 있습니다. 설명에서 숫자,이름 또는 단어로 검색할 수 있습니다.
상태 코드는 첫 번째 숫자로 식별되는 5 개의 클래스로 분류됩니다. 1xx 클래스는 정보를 제공하며 요청을 수신하고 처리가 계속된다는 신호입니다. 2xx 클래스는 성공을 의미하므로 요청을 수신하고 이해하고 수락했습니다. 3xx 클래스는 리디렉션으로 클라이언트에게 리소스가 다른 곳에 살고 있거나 변경되지 않았음을 알려줍니다. 4xx 클래스는 클라이언트 오류로 요청이 잘못되었거나 허용되지 않았음을 의미합니다. 5xx 클래스는 요청이 유효했지만 서버가 이를 이행하지 못한 서버 오류입니다. 클래스를 아는 것만으로도 요청을 수정할지 아니면 서버를 볼지 알 수 있습니다.
개발자는 상태 코드 참조에 지속적으로 도달합니다. 프런트 엔드 엔지니어는 API 호출이 200 대신 401 을 반환하는 이유를 디버그하고 백 엔드 개발자는 유효성 검사 실패에 대해 400 또는 422 를 보낼지 결정하고 SEO 전문가는 이동 된 페이지가 302 가 아닌 301 을 반환하는지 확인하여 검색 엔진이 순위를 전송합니다. 이 도구는 브라우저에서 완전히 실행되므로 검색은 즉시 수행되며 서버로 전송되지 않습니다. 로드되면 오프라인으로 작동하며 계정이 필요하지 않으므로 웹 서비스를 구축하거나 디버깅하는 동안 열어 둘 수있는 빠른 탭이됩니다.
HTTP Status Codes 참조를 사용하는 방법은 무엇입니까?
코드 또는 이름으로 검색
404 와 같은 숫자, "찾을 수 없음" 과 같은 문구 또는 "리디렉션" 과 같은 키워드를 검색 상자에 입력하여 목록을 즉시 필터링합니다.
클래스별로 필터링
목록을 하나의 범주 (1xx,2xx, 3xx,4xx, 또는 5xx) 로 좁혀 정보,성공, 리디렉션,클라이언트-오류 또는 서버-오류 코드만 찾아봅니다.
의미를 읽어보세요
각 행은 이유 문구, 코드가 사용되는 시기에 대한 명확한 설명, 그리고 이를 정의하는 RFC를 보여줍니다.
코드 또는 구문 복사
문서, 테스트 또는 API 응답에 붙여넣기 위해 한 번의 클릭으로 상태 코드와 그 이유 문구를 복사합니다.
주요 특징
IANA 레지스트리를 완료하세요
클래스별로 그룹화된 WebDAV 및 요금 제한 코드를 포함하여 100부터 511까지의 모든 표준 코드를 다룹니다.
즉시 검색
숫자, 이유 문구 또는 설명별로 일치하므로 404, "찾을 수 없음" 및 "누락된 페이지"가 모두 올바른 항목을 찾습니다.
클래스 필터
리디렉션, 클라이언트 오류 또는 서버 오류에 초점을 맞추려면 1xx, 2xx, 3xx, 4xx 또는 5xx 코드로 바로 이동하십시오.
사양 인용
모든 코드는 이를 정의하는 RFC의 이름을 지정하므로 기본 소스에 대한 동작을 확인할 수 있습니다.
Frequently Asked Questions
Related Tools
Basic Auth Generator
Turn a username and password into an HTTP Basic Authentication header, base64 token, curl commands and URL form, and decode existing Basic auth tokens back.
IP Subnet Calculator
Calculate the network address, broadcast, usable host range, subnet mask, and host count for any IPv4 address and CIDR prefix.
User Agent Parser
Paste a User-Agent string and read the browser, rendering engine, operating system, device type and CPU it describes, all in your browser.
JSON Validator
Validate JSON against RFC 8259 and get the exact line, column, and character of the first syntax error, plus duplicate-key detection and structure stats. Client-side, no signup.
Comments
0 comments
No comments yet. Be the first to share your thoughts!