4D v14.3WEB Validate digest |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
WEB Validate digest
WEB Validate digest
The WEB Validate digest command checks the validity of the identifying information (name and password) provided by a user connecting to the Web server. This command must be used in the On Web Authentication Database Method in the context of Web authentication in Digest mode (see the Connection Security section). In the userName and password parameters, pass the identifying information of the user stored locally. The command uses this information to generate a value that it compares with the information sent by the Web browser. If the values are the same, the command returns True. Otherwise, it returns False. You can use this mechanism to manage and maintain your own secure access system to the Web server by programming. Note that Digest validation cannot be used jointly with 4D passwords. Note: If the browser does not support Digest authentication, an error is returned (authentication error). Example using On Web Authentication Database Method in Digest mode:
` On Web Authentication Database Method |
PROPERTIES
Product: 4D
HISTORY
Created: 4D v11 SQL SEE ALSO
On Web Authentication Database Method ARTICLE USAGE
4D Language Reference ( 4D v14 R2) Inherited from :
Validate Digest Web Password ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||