카테고리 없음
Chrome 브라우저에서 CORS 무시하기
냐옴
2018. 11. 1. 15:43
크롬 브라우저에서 CORS (Cross-origin resource sharing) 무시하기
아래 2개 옵션을 추가해서 크롬 실행
--disable-web-security --user-data-dir="" |
ex)
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="D:\Chrome" |
Chrome 실행화면