php - 确定流量是通过 https 还是 http 的方法
我需要一个简单的函数来确定它是使用 https 还是 http。我在想 - 有没有办法让 php 访问端口#?因此,如果是 443,我知道它是安全的,如果是 80,我知道它是正常的。
还有哪些其他方法可以确定这一点?
I need a simple function to decide if the it's using https or http. I was thinking - is there a way for php to access the port #? So if it's 443 I know it's secure, and if it's 80 I know it's normal.
What other ways are there of determining this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然而有些服务器没有设置HTTPS,所以在最坏的情况下:
However some servers don't set HTTPS, so in the worst case: