Secured Web connection

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.7


Secured Web connection Boolean

ParameterTypeDescription
This command does not require any parameters
Function resultBooleanTrue = the web connection is secured.
False = the web connection is not secured.

Description

The Secured Web connection command returns a boolean indicating if the 4D Web server connection was done in secured mode through SSL (the request starts with "https:" instead of "http:").

If the connection is made through SSL, the function returns True.

If the connection is made in a non-secured mode, the function returns False.

Note: For more information on the SSL protocol, refer to section Using SSL Protocol.

This command allows, for example, denying connections made in a non-secured mode (if any).

See Also

GENERATE CERTIFICATE REQUEST, Using SSL Protocol.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next