Hi,
Has anyone successfully made an API call workflow that uses a Keystore and Truststore file? I've been directed to this thread: https://community.alteryx.com/t5/Dev-Space/Download-Tool-API-requiring-Client-Certificate-for-SSL/td... so i'm suspecting it's similar to using an SSL Certificate (which rules out the Download Tool) but just wanted to see if anyone has ever encountered/managed this in the past.
Thanks in advance!
David
Easiest way is probably to leverage some code in the Python tool to execute the call and then write the dataframe back into the Alteryx workflow doing something like this: https://www.techcoil.com/blog/how-to-send-a-http-request-with-client-certificate-private-key-passwor...
Thanks @BrandonB , i'll have a look at this!
