http 크로스 도 메 인 요청 헤더 설정--cors
1993 단어 조금씩
크로스 필드:페이지 가 열 린 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
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Ubuntu 19.10 낮은 버전의 Mysql 5.7.29Ubuntu 19.10 낮은 버전의 Mysql 5.7.29 개술 Ubuntu19.10 시스템 버전이 비교적 높습니다. 기본적으로apt-get install mysql-server를 직접 설치하면 비교적 높은 mysq...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.