Possible Duplicate:
PHP: HTTP or HTTPS? How can one tell?
Is there a way to define this?
$_SERVER superglogal doesn't provide such info. Even only it's ['SERVER_PROTOCOL'] ...
Is there a way to define this? $_SERVER superglogal doesn't provide such info. Even only it's ['SERVER_PROTOCOL'] ... |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If your request is sent by HTTPS you will have an extra server variable named 'HTTPS'
|
|||||||
|