Name |
isMobile |
Syntax |
isMobile() |
Explanation |
Returns true if the client was detected as a mobile browser. |
Name |
connection_isSecure |
Syntax |
STRING connection_isSecure() |
Explanation |
Returns true if the current connection is secure (SSL) or false otherwise. |
Name |
connection_getHostNameResolver |
Syntax |
STRING connection_getHostNameResolver() |
Explanation |
Returns the domain name of the host. "Host" HTTP header MUST be sent by the client in order to resolve host name to domain name. |
Name |
connection_getUrlRedirect |
Syntax |
STRING connection_getUrlRedirect() |
Explanation |
Returns a url redirection string for the current connection which is used to redirect from a plain to a secure connection. |