개발자 유틸

HTTP 상태 코드

HTTP 상태 코드의 의미를 검색하고 확인합니다.

HTTP 상태 코드 찾아보기

코드, 이름, 설명으로 검색합니다.

100

Continue

The initial part of the request was received and the client can continue.

101

Switching Protocols

The server is switching protocols as requested by the client.

200

OK

The request succeeded.

201

Created

The request succeeded and a new resource was created.

204

No Content

The request succeeded and there is no response body.

301

Moved Permanently

The resource has been assigned a new permanent URL.

302

Found

The resource is temporarily available at another URL.

304

Not Modified

The cached representation can be reused.

400

Bad Request

The server cannot process the request because it is malformed.

401

Unauthorized

Authentication is required or has failed.

403

Forbidden

The server understood the request but refuses to authorize it.

404

Not Found

The requested resource was not found.

405

Method Not Allowed

The HTTP method is not allowed for the target resource.

409

Conflict

The request conflicts with the current state of the resource.

422

Unprocessable Content

The request is syntactically valid but semantically invalid.

429

Too Many Requests

The client has sent too many requests in a given amount of time.

500

Internal Server Error

The server encountered an unexpected condition.

502

Bad Gateway

The server received an invalid response from an upstream server.

503

Service Unavailable

The server is currently unavailable or overloaded.

504

Gateway Timeout

The upstream server did not respond in time.

HTTP 상태 코드 참조란?

자주 쓰는 HTTP 응답 코드를 빠르게 찾습니다.

HTTP 상태 코드 참조란?

HTTP 상태 코드 참조는 웹 서버와 API에서 자주 쓰는 정보, 성공, 리다이렉션, 클라이언트 오류, 서버 오류 응답 코드를 정리합니다.

사용 방법

  1. 코드, 이름, 키워드로 검색합니다.
  2. 1xx부터 5xx까지 분류로 필터링합니다.
  3. 필요한 코드와 reason phrase를 복사합니다.

주의사항

이 페이지는 자주 쓰는 상태 코드 요약입니다. API별 정확한 동작은 해당 서비스 문서를 확인하세요.

FAQ

상태 코드 데이터를 외부에서 가져오나요?

아니요. 정적 데이터로 로컬에서 표시합니다.

번호로 검색할 수 있나요?

네. 404, 500, 429 같은 값을 입력하면 됩니다.

모든 등록 상태 코드가 포함되어 있나요?

일상적인 웹 개발에서 자주 쓰는 코드 위주로 포함했습니다.

4 도구