Passing Headers to API

Stephen Kirk
Stephen Kirk Active Partner
10 Comments Second Anniversary Level 200: Building A Planning Solution in Board Level 100: Foundations of Building in Board

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

Answers