Monu Tools

HTTP 상태 코드

1xx에서 5xx까지 HTTP 상태 코드와 그 의미를 검색하고 조회합니다.

HTTP 상태 사용 방법

  1. 01

    상태 코드나 이름의 일부를 입력하세요.

  2. 02

    카테고리별로 색상 구분된 일치 코드를 찾아보세요.

  3. 03

    API 구축 또는 디버깅 중 빠른 참고 자료로 활용하세요.

A searchable status reference

A searchable reference of HTTP status codes, the three-digit numbers a server returns with every response to say what happened, from 1xx through 5xx, with their standard messages and grouped by category.

It is a fast lookup while you build or debug an API or website: type a code or part of its name and the matching entries appear, so you do not have to remember every number.

What the categories mean

The categories tell you most of the story at a glance: 1xx informational, 2xx success, 3xx redirection, 4xx client errors (the request was wrong) and 5xx server errors (the server failed). Each group is shown in its own color so you can scan quickly.

Codes you will meet often

Some codes come up constantly: 200 OK, 201 Created, 301 and 302 redirects, 304 Not Modified for caching, 400 Bad Request, 401 and 403 for auth, 404 Not Found, 409 Conflict, 422 for validation, 429 Too Many Requests, and 500, 502 and 503 on the server side.

Codes that get confused

A frequent source of confusion is 401 versus 403: 401 Unauthorized means you have not authenticated, while 403 Forbidden means you are authenticated but not allowed. Another is 301 versus 302: a permanent versus a temporary redirect, which search engines treat very differently.

Instant and offline

The reference is static data shipped with the page, so searching is instant and works offline.

자주 묻는 질문

카테고리는 무엇을 의미하나요?

1xx는 정보, 2xx는 성공, 3xx는 리다이렉션, 4xx는 클라이언트 오류, 5xx는 서버 오류입니다. 각각 다른 색상으로 표시됩니다.

401과 403의 차이는 무엇인가요?

401 Unauthorized는 인증되지 않았음을 의미하고, 403 Forbidden은 인증은 되었지만 해당 리소스에 접근이 허용되지 않음을 의미합니다.

418은 실제 상태 코드인가요?

418 I'm a Teapot은 만우절 농담 표준에서 유래했습니다. 실제로는 사용되지 않지만 널리 알려져 있습니다.

출처

이 도구 임베드하기

이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.

<iframe src="https://monu.tools/embed/ko/http-status-codes" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

관련 도구