How to store Files to Microsoft Azure Storage using REST in Mendix

0
I am currently looking at how to store files on Microsoft Azure Storage Services using REST in Mendix.  https://<MyAccount>.blob.core.windows.net/<Container>/<filename> I got stuck on how to create the correct signature for the Authentication header. (https://docs.microsoft.com/en-us/rest/api/storageservices/authentication-for-the-azure-storage-services) I need to create a signature and encode this string by using the HMAC-SHA256 algorithm over the UTF-8-encoded signature string. What is the best practice to get this done in Mendix? Thanks!
asked
2 answers
0

This is more a stackoverflow question: https://stackoverflow.com/questions/7124735/hmac-sha256-algorithm-for-signature-calculation

Regards,

Ronald

 

answered
0

@Theo, did you manage to implement this in a Mendix app? I’m facing the need to upload and retrieve content from Azure storage.

answered