Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. HTTP
  3. 안내서
  4. 교차 출처 리소스 공유 (CORS)
  5. CORS errors
  6. Reason: CORS request external redirect not allowed

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

View in EnglishAlways switch to English

Reason: CORS request external redirect not allowed

이유

Reason: CORS request external redirect not allowed

무엇이 잘못되었나요?

CORS 요청이 CORS 요청 중에 허용되지 않는 원래 요청과 다른 출처의 URL에 대한 HTTP 리디렉션으로 서버에 의해 응답되었습니다.

예를 들어,https://service.tld/fetchdata 페이지가 요청되고, HTTP 응답은 "301 영구적으로 이동됨", "307 임시 리디렉션" 또는 "308 영구 리디렉션" 이고Locationhttps://anotherservice.net/getdata인 경우, 이러한 방식의 CORS 요청은 실패합니다.

문제를 해결하려면, 리디렉션에서 보고된 새 URL을 사용하도록 코드를 갱신하세요. 따라서 리디렉션을 피할 수 있습니다.

같이 보기

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp