Hello,
I am trying to connect to an API via Alteryx and utilize DCM credentials/Data sources. I have collected API username and password and placed them in the DCM and set up that connection.
To connect to API, I should use the authentification string : Basic <base64encodage(username:password)>
Within the Authorization parameter, I put Basic {base64:{dcm:userName}:{dcm:password}}
This configuration does not work. and I get error responses.
Is there any solution to implement this solution ?
link to download tool documentation : https://help.alteryx.com/20252/fr/designer/tools/developer/download-tool.html#id683092