...
Click here for information on how to modify this setting.
Adding security
By default, the page is password-protected on IBM i servers, but is not password protected on non-IBM i servers.
To add password protection on servers like Windows or Linux, specify the workWithSessions configuration option as an object with a credentials property. For example:
Code Block | ||
---|---|---|
| ||
workWithSessions: {
enabled: true,
credentials: "C:\myproject\sessions-credentials"} |
The basic authentication credentials file is created by the "store_credentials.js" command-line utility. You can find an example of how to use the "store_credentials.js" command line utility here.
Multiple Profound.js Servers
...