Tool Hub

HTTP 状态码

搜索并浏览 HTTP 响应状态码 (RFC 9110/6585 + 常见厂商扩展码)

收录 RFC 9110、6585 及其他广泛部署扩展的所有 HTTP 响应状态码。可按状态码 (如 404)、状态名称 (Teapot) 或描述 (gateway、redirect) 搜索,并按类别过滤 (1xx 信息、2xx 成功、3xx 重定向、4xx 客户端错误、5xx 服务器错误)。

59 条结果
状态码名称描述RFC
100
계속

Request headers received, client should continue sending body.

RFC 9110
101
프로토콜 전환

Server agrees to switch protocols (e.g., HTTP/1.1 → WebSocket).

RFC 9110
102
처리 중

WebDAV — server processing, no response yet.

RFC 2518
103
사전 힌트

Hints (e.g., preload Link headers) sent before final response.

RFC 8297
200
성공

Standard success.

RFC 9110
201
생성됨

Resource created. Response should include Location header.

RFC 9110
202
접수됨

Request accepted but not yet processed (async/queued work).

RFC 9110
203
신뢰할 수 없는 정보

Response from a transforming proxy, not the origin.

RFC 9110
204
내용 없음

Success with no body. Common for DELETE / PUT.

RFC 9110
205
내용 재설정

Success — client should reset the document view (form clear).

RFC 9110
206
부분 콘텐츠

Range request success. Used in resumable downloads.

RFC 9110
207
다중 상태

WebDAV — multiple resources, each with own status.

RFC 4918
300
여러 선택 항목

Multiple representations available. Rare in practice.

RFC 9110
301
영구 이동

Permanent redirect. Cacheable. SEO favorite for URL changes.

RFC 9110
302
찾음

Temporary redirect. Method may change to GET (legacy).

RFC 9110
303
다른 위치 보기

Redirect — explicitly switch to GET. Used after POST (PRG pattern).

RFC 9110
304
수정되지 않음

Cached version still valid (If-Modified-Since / ETag).

RFC 9110
307
임시 리다이렉트

Redirect — keep original method. Modern alternative to 302.

RFC 9110
308
영구 리다이렉트

Like 301 but keeps method. Modern alternative.

RFC 9110
400
잘못된 요청

Malformed syntax or invalid framing.

RFC 9110
401
인증 필요

Authentication required or invalid (despite name — auth, not authz).

RFC 9110
402
결제 필요

Reserved for future use. Sometimes used by payment-gated APIs.

RFC 9110
403
금지됨

Authenticated but not authorized.

RFC 9110
404
찾을 수 없음

Resource does not exist (or hidden).

RFC 9110
405
허용되지 않는 메서드

Method (GET/POST/...) not supported. Response should include Allow header.

RFC 9110
406
허용되지 않음

No representation matches Accept headers.

RFC 9110
407
프록시 인증 필요

Proxy requires auth.

RFC 9110
408
요청 시간 초과

Server timed out waiting for the request.

RFC 9110
409
충돌

Conflict with current state (concurrent edit, version mismatch).

RFC 9110
410
사라짐

Permanently removed. Stronger than 404 (intentional).

RFC 9110
411
길이 필요

Content-Length header missing.

RFC 9110
412
사전 조건 실패

If-Match / If-Unmodified-Since failed.

RFC 9110
413
콘텐츠가 너무 큼

Request body exceeds server limit (formerly 'Payload Too Large').

RFC 9110
414
URI가 너무 김

Request URI exceeds server limit.

RFC 9110
415
지원하지 않는 미디어 타입

Server doesn't accept the Content-Type.

RFC 9110
416
범위를 만족할 수 없음

Range header out of bounds.

RFC 9110
417
기대 실패

Expect header value not met.

RFC 9110
418
나는 찻주전자

April 1, 1998 RFC 2324 joke. Some servers (Google) actually return it.

RFC 2324
421
잘못 보낸 요청

Request sent to a server that can't produce a response (HTTP/2 connection coalescing).

RFC 9110
422
처리할 수 없는 콘텐츠

Syntax OK but semantically invalid (validation failure).

RFC 9110
423
잠김

WebDAV — resource locked.

RFC 4918
424
의존성 실패

WebDAV — depended on a request that failed.

RFC 4918
425
너무 이름

Server unwilling to process replay attack risk (TLS 1.3 0-RTT).

RFC 8470
426
업그레이드 필요

Client must upgrade protocol (e.g., HTTP/2).

RFC 9110
428
사전 조건 필요

Server requires conditional request (If-Match) to prevent lost updates.

RFC 6585
429
너무 많은 요청

Rate-limit exceeded. Should include Retry-After header.

RFC 6585
431
요청 헤더 필드가 너무 큼

Combined header size too large.

RFC 6585
451
법적 사유로 이용 불가

Censorship — blocked by law (RFC named after Bradbury's '451').

RFC 7725
500
내부 서버 오류

Unhandled exception or generic server failure.

RFC 9110
501
구현되지 않음

Server doesn't support the method/feature.

RFC 9110
502
잘못된 게이트웨이

Gateway/proxy got invalid response from upstream.

RFC 9110
503
서비스 이용 불가

Overloaded or under maintenance. Retry-After header recommended.

RFC 9110
504
게이트웨이 시간 초과

Gateway/proxy timed out waiting for upstream.

RFC 9110
505
지원하지 않는 HTTP 버전

Server doesn't support the requested HTTP version.

RFC 9110
506
변형도 협상함

Transparent content negotiation misconfiguration.

RFC 2295
507
저장 공간 부족

WebDAV — server storage exhausted.

RFC 4918
508
루프 감지됨

WebDAV — infinite loop in request processing.

RFC 5842
510
확장되지 않음

Extension required (rarely used).

RFC 2774
511
네트워크 인증 필요

Captive portal — must authenticate to access network.

RFC 6585

另请参见: HTTP Method Explainer

使用方法

  1. Type a code, keyword, or phrase in the search box to filter results instantly.
  2. Use the category buttons (1xx–5xx) to narrow results to a specific class.
  3. Read the description and RFC link for each matching status code.
  4. Copy the share link to bookmark or share a specific search.

示例

  • Typing "404" returns Not Found with its description and a link to RFC 9110.
  • Typing "gateway" surfaces 502 Bad Gateway and 504 Gateway Timeout together.

生产环境使用前请验证输出。无担保 — 参见 条款.