Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The servers can also be specified with http request options, as defined by this API: the pjs.httpRequest() API. For example:

Code Block
languagejs
workWithSessions: {
  enabled: true,
  servers: [
    { url: "https://server1", https: { rejectUnauthorized: false } },
    { url: "https://server2", https: { rejectUnauthorized: false } }
  }}

...