728x90 반응형 HTTP1 자바스크립트 - http를 https로 리다이렉트 if (window.location.protocol != "https:") { window.location.href = "https:" + window.location.href.substring(window.location.protocol.length); } if (document.location.protocol == 'http:') { document.location.href = document.location.href.replace('http:', 'https:'); } 출처: https://greendreamtrre.tistory.com/672 Javascript (자바스크립트) HTTP 접속 시 HTTPS로 리다이렉트 보통은 톰캣 서버 설정 등에서 자동으로 리다이렉트 시키도록 하지만 각 페이지마다.. 2023. 5. 18. 이전 1 다음 728x90 반응형