HTTP 상태 코드 검사기
HTTP Status Checker
웹사이트 URL을 입력하여 HTTP 상태 코드를 확인하세요. 사이트가 정상적으로 작동하는지 빠르게 확인할 수 있습니다.
Enter a URL to check its HTTP status code. Quickly verify if a website is working properly.
주요 HTTP 상태 코드Common HTTP Status Codes
| 코드Code | 설명Description | 의미Meaning | |
|---|---|---|---|
| 200 | OK | 요청 성공 | Request succeeded |
| 201 | Created | 리소스 생성됨 | Resource created |
| 301 | Moved Permanently | 영구 이동 | Permanent redirect |
| 302 | Found | 임시 이동 | Temporary redirect |
| 304 | Not Modified | 캐시 사용 | Use cached version |
| 400 | Bad Request | 잘못된 요청 | Bad request |
| 401 | Unauthorized | 인증 필요 | Authentication required |
| 403 | Forbidden | 접근 금지 | Access forbidden |
| 404 | Not Found | 페이지 없음 | Page not found |
| 429 | Too Many Requests | 요청 초과 | Rate limit exceeded |
| 500 | Internal Server Error | 서버 오류 | Server error |
| 502 | Bad Gateway | 게이트웨이 오류 | Bad gateway |
| 503 | Service Unavailable | 서비스 불가 | Service unavailable |