로컬 환경에서 외부 api 테스트를 하다보면 꼭 나오는 CORS(Cross-Origin Resource Sharing) 관련 오류
찾아보면 크롬에서 설정을 바꾸거나 크롬 익스텐션 설치하는 방법 등이 있지만 맥에서 사용할 방법! 보안 기능 끄고 크롬 실행하기
1
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security