IsHttps

Checks whether the portal is viewed in HTTPS (secure communication).

In Portal - Hostname Settings you can activate [force https] to make your portal run in secure https-mode.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

Returns yes/true if the portal is running in secure https mode.

Returns no/false if portal is running in unsecure http mode.

Syntax

IsHttps()

IsHttps() => Yes, if portal is running in secure https mode

IsHttps() => No, is portal is running in unsecure http mode

Last updated