클라우드플레어의 SSL/TLS 암호화 모드 가변을 "가변"으로 사용시
$_SERVER['HTTPS'] 변수를 사용할 수 없습니다.
"전체" , "전체(엄격)"을 사용하는 경우에는 $_SERVER['HTTPS'] 변수를 사용할 수 있습니다.

https://www.cloudflare.com/ko-kr/
댓글 5개
4년 전
@엑스엠엘 님께서 알려주셨습니다.
BlueAngel
4년 전
그래서 항상 사용시
function g5_path(){
$http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 's' : 's') . '://';
로 대체해서 사용한 ㅎ
이것도
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { //https 통신일때 daum 주소 js
define('G5_POSTCODE_JS', '<script src="https://spi.maps.daum.net/imap/map_js_init/postcode.v2.js"></script>');
} else { //http 통신일때 daum 주소 js
//define('G5_POSTCODE_JS', '<script src="http://dmaps.daum.net/map_js_init/postcode.v2.js"></script>');
define('G5_POSTCODE_JS', '<script src="https://spi.maps.daum.net/imap/map_js_init/postcode.v2.js"></script>');
}
function g5_path(){
$http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 's' : 's') . '://';
로 대체해서 사용한 ㅎ
이것도
if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') { //https 통신일때 daum 주소 js
define('G5_POSTCODE_JS', '<script src="https://spi.maps.daum.net/imap/map_js_init/postcode.v2.js"></script>');
} else { //http 통신일때 daum 주소 js
//define('G5_POSTCODE_JS', '<script src="http://dmaps.daum.net/map_js_init/postcode.v2.js"></script>');
define('G5_POSTCODE_JS', '<script src="https://spi.maps.daum.net/imap/map_js_init/postcode.v2.js"></script>');
}
아이스웨덴™
4년 전
감사합니다!!
HappyTank
4년 전
감사합니다~
3년 전
이것 때문에 고생 했음.
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 4946 | node.js | 6년 전 | 2616 | ||
| 4945 | node.js | 6년 전 | 2389 | ||
| 4944 | node.js | 6년 전 | 2526 | ||
| 4943 | node.js | 6년 전 | 2277 | ||
| 4942 | node.js | 6년 전 | 2260 | ||
| 4941 | node.js | 6년 전 | 2724 | ||
| 4940 | node.js | 6년 전 | 1872 | ||
| 4939 | node.js | 6년 전 | 1998 | ||
| 4938 | node.js | 6년 전 | 2461 | ||
| 4937 | node.js | 6년 전 | 2254 | ||
| 4936 | node.js | 6년 전 | 2327 | ||
| 4935 | node.js | 6년 전 | 2143 | ||
| 4934 | node.js | 6년 전 | 2453 | ||
| 4933 | node.js | 6년 전 | 2252 | ||
| 4932 | node.js | 6년 전 | 2692 | ||
| 4931 | node.js | 6년 전 | 2077 | ||
| 4930 | node.js | 6년 전 | 2003 | ||
| 4929 | node.js | 6년 전 | 8639 | ||
| 4928 | node.js | 6년 전 | 3757 | ||
| 4927 | node.js | 6년 전 | 2399 | ||
| 4926 | node.js | 6년 전 | 2509 | ||
| 4925 | node.js | 6년 전 | 2092 | ||
| 4924 | node.js | 6년 전 | 3380 | ||
| 4923 | node.js | 6년 전 | 2230 | ||
| 4922 | node.js | 6년 전 | 1997 | ||
| 4921 | node.js | 6년 전 | 2050 | ||
| 4920 | node.js | 6년 전 | 1769 | ||
| 4919 | node.js | 6년 전 | 2043 | ||
| 4918 | node.js | 6년 전 | 2184 | ||
| 4917 | node.js | 6년 전 | 2401 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기