HTTP 상태코드 사전

HTTP Status Code Dictionary

검색·필터는 브라우저에서만 처리되며 서버로 전송되지 않습니다.Search and filtering run entirely in your browser — nothing is sent to a server.

HTTP 상태코드 사전이란?

HTTP 상태코드 사전은 서버 응답에 담긴 세 자리 상태코드의 의미·발생 상황·대처법을 즉시 찾아볼 수 있는 도구입니다. 코드 숫자나 이름 일부를 입력하거나 분류 칩을 눌러 원하는 코드를 빠르게 찾을 수 있습니다.

분류 설명
  • 1xx 정보: 요청을 받았고 처리가 계속 진행 중임을 알립니다.
  • 2xx 성공: 요청이 정상적으로 처리되었습니다.
  • 3xx 리다이렉션: 요청을 완료하려면 추가 동작(다른 주소로 이동 등)이 필요합니다.
  • 4xx 클라이언트 오류: 요청 자체에 문제가 있어 서버가 처리할 수 없습니다.
  • 5xx 서버 오류: 요청은 유효하지만 서버 쪽 문제로 처리에 실패했습니다.
개인정보·처리 방식

모든 검색·필터링은 사용자의 브라우저 안에서만 이루어집니다. 입력한 검색어는 서버로 전송되거나 저장되지 않습니다.

What is this tool?

The HTTP status code dictionary lets you instantly look up the meaning, typical cause, and recommended response for any three-digit status code returned by a server. Type a code number or part of its name, or use the category chips to filter.

Category guide
  • 1xx Informational: the request was received and processing continues.
  • 2xx Success: the request was completed successfully.
  • 3xx Redirection: further action (e.g. following another URL) is needed to complete the request.
  • 4xx Client Error: the request itself has a problem the server cannot process.
  • 5xx Server Error: the request was valid but the server failed to fulfill it.
Privacy & processing

All search and filtering happens entirely in your browser. Nothing you type is sent to a server or stored.

HTTP 상태코드란 무엇인가요?
HTTP 상태코드는 서버가 클라이언트의 요청을 처리한 결과를 세 자리 숫자로 알려주는 값입니다. 첫 자리 숫자로 큰 범주(1xx 정보, 2xx 성공, 3xx 리다이렉션, 4xx 클라이언트 오류, 5xx 서버 오류)를 구분하며, 웹 브라우저·API 클라이언트가 이 값을 보고 다음 동작을 결정합니다.
404와 410의 차이는 무엇인가요?
둘 다 리소스를 찾을 수 없다는 뜻이지만, 404 Not Found는 해당 경로에 리소스가 있었는지조차 알 수 없거나 일시적으로 없는 경우에 쓰이고, 410 Gone은 과거에는 존재했지만 의도적으로 영구 삭제되어 다시 나타나지 않을 것임을 명확히 알릴 때 사용합니다.
500 에러가 뜨면 어떻게 해야 하나요?
500 Internal Server Error는 서버 측 코드나 설정 문제로 발생하는 것이므로 클라이언트에서 고칠 수 없습니다. 잠시 후 다시 시도해보고, 반복되면 해당 사이트·서비스 운영자에게 문의하거나 서버 로그를 확인해야 합니다.
상태코드는 총 몇 개이며 이 사전엔 왜 일부만 있나요?
IANA에 등록된 공식 HTTP 상태코드는 60여 개에 이르지만, 이 사전은 실무에서 실제로 자주 마주치는 대표 코드를 1xx~5xx 전 범주에서 선별해 수록했습니다. 자주 쓰이지 않는 코드는 검색 빈도가 낮아 제외했습니다.
What is an HTTP status code?
An HTTP status code is a three-digit number a server returns to tell the client the result of its request. The first digit marks the broad category (1xx informational, 2xx success, 3xx redirection, 4xx client error, 5xx server error), and browsers or API clients use it to decide what to do next.
What's the difference between 404 and 410?
Both mean a resource can't be found, but 404 Not Found is used when the server can't tell whether the resource ever existed at that path, while 410 Gone explicitly states the resource existed before but was intentionally and permanently removed.
What should I do about a 500 error?
A 500 Internal Server Error stems from server-side code or configuration issues, so it can't be fixed from the client. Try again shortly, and if it persists, contact the site or service operator or check server logs.
How many status codes exist, and why does this dictionary only list some?
IANA has registered roughly 60 official HTTP status codes, but this dictionary curates the ones developers actually encounter most often across all five categories (1xx-5xx). Rarely used codes were left out since they're searched far less often.