nurigo icon indicating copy to clipboard operation
nurigo copied to clipboard

kcp https load 관련

Open xeboot opened this issue 8 years ago • 1 comments

<load cond="$module_info->service_mode == 'test'" target="http://pay.kcp.co.kr/plugin/payplus_test_un.js" />
<load cond="$module_info->service_mode != 'test'" target="http://pay.kcp.co.kr/plugin/payplus_un.js" />

<load cond="$module_info->service_mode == 'test'" target="//pay.kcp.co.kr/plugin/payplus_test_un.js" />
<load cond="$module_info->service_mode != 'test'" target="//pay.kcp.co.kr/plugin/payplus_un.js" />

https 때문에 요렇게 처리하면 더 좋지 않을까 합니다. 감사하고 고생하세요..

xeboot avatar Jan 31 '17 07:01 xeboot

**http:** 지우시면 자동으로 넘어갈것 같네요. 다만.. kcp.co.kr 에서 https을 지원하지 않을경우 오류발생될 수도 있으니.. 유의하세요 :)

일딴 의견 고마워용! ㅎㅎ

bjrambo avatar Jan 31 '17 07:01 bjrambo