This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

300 Multiple Choices

HTTP 300 Multiple Choices 리디렉션 상태 응답 코드는 요청에 가능한 응답이 두 개 이상 있음을 의미합니다. 사용자 에이전트 또는 사용자는 둘 중 하나를 선택해야 합니다. 응답 중 하나를 선택하는 표준화된 방법이 없기 때문에 이 응답 코드는 거의 사용되지 않습니다.

서버는 선호하는 선택 항목이 있는 경우, Location를 생성해야 합니다.

상태

http
300 Multiple Choices

명세서

Specification
HTTP Semantics>
# status.300>

같이 보기

  • 301 Moved Permanently
  • 302 Found, 임시 리다이렉션
  • 308 Permanent Redirect