Skip to main content
Version: Next

On REST Authentication database method

$1, $2, $3, $4 -> On REST Authentication database method -> $0

ParameterTypeDescription
$1Text🡘User name
$2Text🡘Password
$3Boolean🡘True = Digest mode, False = Basic mode
$4Text🡘Ip address of the caller
$0Boolean🡐True = session opening accepted, False = session opening rejected

Description

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.