http 크로스 도 메 인 요청 헤더 설정--cors

1993 단어 조금씩
Cross-Origin Resource Sharing (CORS)
크로스 필드:페이지 가 열 린 http 는 요청 한 http 의 주소 와 다 릅 니 다.(주소 표시 줄 과 요청 url 도 메 인 이나 ip 참조)
//           Origin ,           
//file://   origin null
Origin: http://foo.example

response[필수]있 음
//        
Access-Control-Allow-Origin:  origin   

그렇지 않 으 면 403 을 잘못 보고 할 것 이다.
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. The response had HTTP status code 403

크로스 필드 기타 관련 headers


:*
Access-Control-Allow-Methods:POST,GET
Access-Control-Allow-Credentials:true
Access-Control-Allow-Headers:Origin,Content-Type,Accept,token,X-Requested-With

좋은 웹페이지 즐겨찾기