200HTTP Status Codes
Look up HTTP status codes and their meanings
100
Continue
서버가 요청 헤더를 받았으며, 클라이언트가 본문을 전송해야 함
101
Switching Protocols
서버가 프로토콜 전환을 수락
200
OK
요청이 성공적으로 처리됨
201
Created
요청이 성공하여 새 리소스가 생성됨
204
No Content
요청이 성공했지만 반환할 콘텐츠 없음
301
Moved Permanently
리소스가 영구적으로 이동됨
302
Found
리소스가 임시로 이동됨
304
Not Modified
캐시된 버전 사용 가능
400
Bad Request
잘못된 요청 구문 또는 유효하지 않은 매개변수
401
Unauthorized
인증이 필요함 (로그인 필요)
403
Forbidden
서버가 요청을 거부 (권한 없음)
404
Not Found
요청한 리소스를 찾을 수 없음
405
Method Not Allowed
요청 메서드가 허용되지 않음
408
Request Timeout
서버가 요청 대기 시간 초과
409
Conflict
요청이 현재 서버 상태와 충돌
413
Payload Too Large
요청 본문이 너무 큼
422
Unprocessable Entity
요청은 잘 만들어졌으나 처리할 수 없음
429
Too Many Requests
너무 많은 요청 (Rate Limiting)
500
Internal Server Error
서버 내부 오류
502
Bad Gateway
게이트웨이/프록시 서버가 잘못된 응답 수신
503
Service Unavailable
서버가 일시적으로 요청 처리 불가 (과부하/유지보수)
504
Gateway Timeout
게이트웨이/프록시 서버가 응답 대기 시간 초과
What are HTTP Status Codes?
HTTP status codes are 3-digit numeric codes returned by a server in response to a client request. They are a standard specification that every web developer, API integrator, and server debugger must understand. Codes are grouped by range: 1xx (informational), 2xx (success), 3xx (redirection), 4xx (client error), and 5xx (server error). Use this tool to quickly search by code number or keyword and look up the meaning of any status code.
How to Use
- Type a status code number (e.g. 404) or a keyword (e.g. timeout, redirect) into the search box.
- Review the filtered results to see the code name and its description.
- Use the color-coded categories (1xx–5xx) to instantly understand the nature of each code.