안녕하세요 주니어 개발자 입니다.


현재 웹서버에서 


if (location.href.split(":")[0] === "http" || location.href[8] != 'w') {

  location = location.href.replace("http:", "https:").replace("//g", "//www.g");

}

if (location.href.includes("co.kr")) {

  location = location.href.replace("co.kr", "net").replace("//g", "//www.g");

}


www. http  로 접근할 경우 https로 접근하도록 구성을 하였습니다.


webview로 접근시, 로딩을 못해오는 문제가 있어서 문의드립니다.


onReceivedSslError 메소드에서 handler.proceed(); 처리 하였는데도
로딩을 못하네요 ㅠㅠ..