Description Usage Arguments Value Note
Use this function to create or edit 'htdigest'-style HTTP digest authentication
files for the mongoose back end. Depending on the authentication
settings (global or per-directory), you may use just one global file or a file
in each subdirectory of the mongoose data directory.
| 1 | 
| file | An 'htdigest'-style file to create or update. | 
| realm | The authentication realm. | 
| user | User name. | 
| password | User password. | 
Invoked for the side effect of creating or updating file.
See https://httpd.apache.org/docs/current/programs/htdigest.html.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.