분류: 개발 도구

HTTP 상태 코드 조회

자체 기획 도구찾는 도구가 없나요?

모든 HTTP 상태 코드와 그 의미를 검색

1xx부터 5xx까지 전체 HTTP 상태 코드를 번호, 이름 또는 키워드로 검색하고, 각 코드가 무엇을 의미하는지 짧고 실용적인 설명을 확인하세요. 내장된 참조 표를 사용해 브라우저 안에서 모든 처리가 이루어집니다.

62개 코드

코드이름분류의미
100Continue1xx 정보성The initial part of the request was received; the client should continue.
101Switching Protocols1xx 정보성The server is switching protocols as requested by Upgrade.
102Processing1xx 정보성The server has received the request and is still processing it.
103Early Hints1xx 정보성Preload or preconnect hints sent before the final response.
200OK2xx 성공The request succeeded.
201Created2xx 성공The request succeeded and a new resource was created.
202Accepted2xx 성공The request was accepted for processing but is not complete.
203Non-Authoritative Information2xx 성공The payload was transformed by a proxy from the origin response.
204No Content2xx 성공The request succeeded but there is no content to send.
205Reset Content2xx 성공The client should reset the document view that sent the request.
206Partial Content2xx 성공Only part of the resource is being sent, per a Range header.
207Multi-Status2xx 성공A WebDAV response conveying status for multiple sub-requests.
208Already Reported2xx 성공A WebDAV binding was already enumerated in a previous reply.
226IM Used2xx 성공The server fulfilled the request using instance manipulations.
300Multiple Choices3xx 리다이렉션The request has more than one possible response.
301Moved Permanently3xx 리다이렉션The resource has been permanently moved to a new URL.
302Found3xx 리다이렉션The resource is temporarily at a different URL.
303See Other3xx 리다이렉션The response can be found under a different URL using GET.
304Not Modified3xx 리다이렉션The resource has not changed since the last request; use the cache.
305Use Proxy3xx 리다이렉션Deprecated: the requested resource must be accessed through a proxy.
307Temporary Redirect3xx 리다이렉션The resource is temporarily at a different URL; method must not change.
308Permanent Redirect3xx 리다이렉션The resource has permanently moved; method must not change.
400Bad Request4xx 클라이언트 오류The server cannot process the request due to a client error.
401Unauthorized4xx 클라이언트 오류Authentication is required and has failed or not been provided.
402Payment Required4xx 클라이언트 오류Reserved for future use.
403Forbidden4xx 클라이언트 오류The server understood the request but refuses to authorize it.
404Not Found4xx 클라이언트 오류The server can not find the requested resource.
405Method Not Allowed4xx 클라이언트 오류The request method is not supported for this resource.
406Not Acceptable4xx 클라이언트 오류No content matching the Accept headers was found.
407Proxy Authentication Required4xx 클라이언트 오류The client must authenticate with the proxy first.
408Request Timeout4xx 클라이언트 오류The server timed out waiting for the request.
409Conflict4xx 클라이언트 오류The request conflicts with the current state of the resource.
410Gone4xx 클라이언트 오류The resource is no longer available and will not come back.
411Length Required4xx 클라이언트 오류The request did not specify the length of its content.
412Precondition Failed4xx 클라이언트 오류A precondition in the request headers was not met.
413Payload Too Large4xx 클라이언트 오류The request entity is larger than the server can handle.
414URI Too Long4xx 클라이언트 오류The requested URI is longer than the server can interpret.
415Unsupported Media Type4xx 클라이언트 오류The media format of the request is not supported.
416Range Not Satisfiable4xx 클라이언트 오류The requested range cannot be satisfied.
417Expectation Failed4xx 클라이언트 오류The Expect header could not be met by the server.
418I'm a Teapot4xx 클라이언트 오류An April Fools' joke status code from RFC 2324.
421Misdirected Request4xx 클라이언트 오류The request was directed at a server unable to produce a response.
422Unprocessable Entity4xx 클라이언트 오류The request was well-formed but semantically incorrect.
423Locked4xx 클라이언트 오류The resource that is being accessed is locked.
424Failed Dependency4xx 클라이언트 오류The request failed because a prior dependent request failed.
425Too Early4xx 클라이언트 오류The server is unwilling to risk processing a replayable request.
426Upgrade Required4xx 클라이언트 오류The client should switch to a different protocol.
428Precondition Required4xx 클라이언트 오류The origin server requires the request to be conditional.
429Too Many Requests4xx 클라이언트 오류The client has sent too many requests in a given time.
431Request Header Fields Too Large4xx 클라이언트 오류The header fields are too large for the server.
451Unavailable For Legal Reasons4xx 클라이언트 오류The resource is unavailable for legal reasons.
500Internal Server Error5xx 서버 오류The server encountered an unexpected condition.
501Not Implemented5xx 서버 오류The server does not support the functionality required.
502Bad Gateway5xx 서버 오류The server, acting as a gateway, got an invalid response.
503Service Unavailable5xx 서버 오류The server is not ready to handle the request.
504Gateway Timeout5xx 서버 오류The server, acting as a gateway, did not get a response in time.
505HTTP Version Not Supported5xx 서버 오류The HTTP version used in the request is not supported.
506Variant Also Negotiates5xx 서버 오류Transparent content negotiation resulted in a circular reference.
507Insufficient Storage5xx 서버 오류The server is unable to store the representation needed.
508Loop Detected5xx 서버 오류The server detected an infinite loop while processing the request.
510Not Extended5xx 서버 오류Further extensions to the request are required.
511Network Authentication Required5xx 서버 오류The client needs to authenticate to gain network access.

이 페이지의 모든 처리는 브라우저에서 이루어집니다. 업로드는 없습니다.

이 도구로 할 수 있는 일

모든 HTTP 응답에는 클라이언트에게 무슨 일이 있었는지 알려주는 세 자리 상태 코드가 붙습니다. 2xx는 성공, 3xx는 리다이렉션, 4xx는 클라이언트 측 오류, 5xx는 서버 측 오류를 뜻합니다. 이 도구는 IANA에 등록된 코드를 알기 쉬운 설명과 함께 묶어 두었으므로, 에디터를 떠나지 않고도 코드의 의미를 확인하거나 반환할 알맞은 코드를 찾을 수 있습니다.

사용 방법

  1. 상태 코드, 이름 또는 "rate limit" 같은 키워드를 입력하세요.
  2. 필요하다면 결과를 한 분류(1xx~5xx)로 좁히세요.
  3. 일치하는 코드에 대한 짧은 설명을 읽어보세요.

개인정보

이 도구는 전부 브라우저 안에서 동작합니다. 입력한 내용은 업로드되거나 저장되거나 공유되지 않으며, 탭을 닫으면 사라집니다.

자주 묻는 질문

이 목록은 어디서 온 건가요?
IANA에 등록된 코드를 모은 로컬 표로, 일반적인 웹 API나 브라우저 상호작용에서 반환되는 거의 모든 코드를 다룹니다. 어떤 서버에도 요청을 보내지 않습니다.
401과 403의 차이는 무엇인가요?
401 Unauthorized는 요청에 유효한 인증 정보가 필요하다는 뜻이고, 403 Forbidden은 서버가 사용자가 누구인지는 파악했지만 해당 작업을 승인해주지 않는다는 뜻입니다.
418은 왜 존재하나요?
"I'm a Teapot"은 1998년 만우절 RFC에서 비롯되었습니다. 진지하게 쓰이는 경우는 드물지만, 일부 API는 이스터에그로 사용하기도 합니다.