https 사이트에서 ajax를 사용해서 비동기로 http 사이트에 request를 요청해서 문제가 발생.
암호화된 HTTPS 기반의 사이트에서 암호화되지 않은 HTTP 사이트에 요청을 보내서
Mixed content 에러가 발생함
Mixed Content: The page at 'https://plprice.netlify.app/' was loaded over HTTPS, but requested an insecure script 'http://api.vworld.kr/req/search?service=search&version=2.0&request=search&format=json&type=ADDRESS&category=PARCEL&query=%EB%B4%89%EB%82%A8%EB%A6%AC%20720-9&callback=jQuery351016469620631517623_1610625986322&_=1610625986323'. This request has been blocked; the content must be served over HTTPS.
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
좋은 글 감사합니다.