
참조: https://nankisu.tistory.com/67 CORS 에러: The request client is not a secure context and the resource is in more-private address space `local`. 웹서비스를 개발 하던 중 위와 같은 에러를 만났다. 서버 응답에 Access-Control-Allow-Origin: * 와 같은 CORS 허용 헤더를 다 넣어줬지만, 위와 같은 에러가 계속 발생했다. 알고보니 origin 보다, 더 낮은 nankisu.tistory.com 개발서버 -> 개발서버로 호출 시 도메인 주소가 달라 CORS 에러 발생 chrome://flags/#block-insecure-private-network-requests 에 ..
Error/Browser
2022. 4. 15. 14:06