Problems with new request method

EDIT: this is an API call to a third party system, not Freshdesk

I have started moving 1 of our apps that uses username and password authentication to the new V9 CLI.

In the old version I had this as authorization headers:

Authorization: Basic ${base.encode(
${installationParameters.mtUserNameValue}:${installationParameters.mtPasswordValue}
)},

In the new version I’ve used this:
"Authorization": "Basic <%= encode(iparam.mtUserNameValue:iparam.mtPasswordValue) %>",

However, on the new version this is not working correctly. I’m sure that I’m doing something wrong, but there is no documentation on how to handle this kind of situation.

Any help would be appreciated! :smiley:

Kind regards
Thomas

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.