안녕하세요, 혼자 개인 프로젝트로 웹사이트를 만들고 있는데 막히는 부분이 있어서 질문 드립니다ㅠ
현재 geolocation을 활용하여 위치를 받고 싶은데 크롬 개발자도구 console로그에서
[Deprecation] getCurrentPosition() and watchPosition() no longer work on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
라고뜨면서 위치를 받는 팝업이 뜨지 않고 있습니다.
알아본 결과 https가 아니라서 안되는 것 같은데 개인 프로젝트 사이트를 만들 때 이런 경우에는 어떻게 해결해야 하는지 궁금해서 글 남깁니다. 글 읽어주셔서 감사합니다!