Thanks to visit codestin.com
Credit goes to developer.mozilla.org

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

Reason: CORS header 'Origin' cannot be added

이유

Reason: CORS header 'Origin' cannot be added

무엇이 잘못되었는가?

사용자 에이전트(user agent)가 필요한 Origin 헤더를 HTTP 요청에 추가할 수 없습니다. 모든 CORS 요청에는 Origin 헤더가 있어야 합니다.

예를 들어, JavaScript 코드가 여러 도메인의 콘텐츠에 접근할 수 있는 향상된 권한으로 실행되는 경우에 발생할 수 있습니다.

같이 보기