Versions Compared

Key

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

...

TODO: Add in examples of Response when using pages (soon to be the default response)

 

Panel
titleAuthorization

The REST server uses HTTP basic auth as a means of authorization. Each node has a username and password which are used when making a REST call.

ex:

Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==

...