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

Home

 
4D v20 R7
On REST Authentication database method

On REST Authentication database method 


 

$1, $2, $3, $4 -> On REST Authentication database method -> $0 
Parameter Type   Description
$1  Text in User name
$2  Text in Password
$3  Boolean in True = Digest mode, False = Basic mode
$4  Text in Ip address of the caller
$0  Boolean in True = session opening accepted, False = session opening rejected

The On REST Authentication database method is deprecated in projects as of 4D 20 R6.

The Force login authentication is now highly recommended. In converted projects, you can upgrade your configuration by clicking on the Activate REST authentication through ds.authentify() function settings button. See also this blog post to know how to migrate your code if necessary.

 
PROPERTIES 

Product: 4D
Theme: Database Methods
Number: 3367

This command is deprecated and should not be used anymore

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v14
Renamed: 4D v14 R3 (On 4D Mobile Authentication database method)
Modified: 4D v18
Renamed: 4D v18 (On 4D Mobile Authentication database method)
Modified: 4D v20 R6

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)