Hi,
We have an API where the authorisation is handled through the use of headers. Is there a way to pass the values using the REST API settings in BOARD and be able to access this API?
More specifically:
User/password added as part of the headers, specifically the following header:
Authorization: Basic XXXXXXXXXXXX
Where XXXXXX is a Base64-encoded string where the string is “username:password”
Thanks,
Stephen