如何使用php判断服务器是否是HTTPS连接
程序员文章站
2022-06-07 19:59:14
复制代码 代码如下:if ($_server['https'] != "on") { echo "this is not https";}else{ e...
复制代码 代码如下:
if ($_server['https'] != "on") {
echo "this is not https";
}else{
echo "this is https";
}if ($_server['https'] != "on") {
echo "this is not https";
}else{
echo "this is https";
}
上一篇: js实现tab选项卡切换功能
下一篇: ElementUi rules表单验证