CORS에러
-
[Nginx] CORS 설정 및 테스트Web/Nginx 2022. 11. 7. 20:00
cors설정 후 제대로 되었는지 테스트 하는 방법. 1. nginx default.conf 아래 내용 추가 location / { ... add_header 'Access-Control-Allow-Origin' '*'; proxy_pass "example.com" ... } 2.아래 zip파일이나 깃허브 링크로 프로젝트를 받아 main.js의 url을 수정후 실행 https://github.com/njgibbon/nicks-cors-test GitHub - njgibbon/nicks-cors-test: Simple HTML & JS Tool to quickly test CORS locally. Simple HTML & JS Tool to quickly test CORS locally. - GitHub -..