在我的新应用程序API中,我必须检查来自第三方URL的请求应该是https.如果它不是https,我必须将消息返回为“连接不安全”.任何人都可以帮助我吗? 这个给你: Determining If The Request Is Ov
Determining If The Request Is Over HTTPS
if (Request::secure())
{
//
}
Determining If The Request Is Over HTTPS
if (Request::secure())
{
//
}