This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20.6
WEB Is secured connection

WEB Is secured connection 


 

WEB Is secured connection -> Function result 
Parameter Type   Description
Function result  Boolean in True = the web connection is secured. False = the web connection is not secured.

The WEB Is secured connection command returns a Boolean indicating if the 4D Web server connection was done in secured mode through TLS/SSL (the request starts with “https:” instead of “http:”).

  • If the connection is made through TLS or 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 TLS protocol, refer to the WEB SERVICE SET PARAMETER section.

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



See also 

GENERATE CERTIFICATE REQUEST

 
PROPERTIES 

Product: 4D
Theme: Web Server
Number: 698

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v6.7
Renamed: 4D v13 (Secured Web connection)

 
ARTICLE USAGE

4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)