...
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
...
The servers can also be specified with http request options, as defined by this API: the pjs.httpRequest() API. For example:
Code Block | ||
---|---|---|
| ||
workWithSessions: { enabled: true, servers: [ { url: "https://server1", https: { rejectUnauthorized: false } }, { url: "https://server2", https: { rejectUnauthorized: false } } }} |
...