HTTP Headers

Executing GET commands

Accept header

  • accept: application/json
  • accept: text/json
  • accept: image/jpg

Executing PATCH, POST and PUT commands

Content-type header

  • content-type: application/json

Authentication and Polaris Privileges

Authorization header

  • Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==

Proxy-Authorization header

  • proxy-authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==