바르고 뜨겁게
React - HTTP API 요청 Network Error (CORS) 본문
Javascript , ReactNative 등 에서 http 요청시 에러
Access to XMLHttpRequest at '[ 요청 주소 ]' from origin '[ 응답 주소 ]' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
원인 및 해결
'자바스크립트 > Node Js' 카테고리의 다른 글
node express 구조 (0) | 2020.12.14 |
---|---|
Node.js 란? - 요약 정리 (0) | 2020.10.31 |
AWS Lightsail - Nodejs + mySql 배포 (0) | 2019.09.23 |
express 프레임워크 기반 node js 서버 세팅 (0) | 2019.09.13 |
[nodeJS] multer를 이미지 업로드 (0) | 2019.01.29 |
Comments