How to run curl command through Mendix?

0
Hello Team, I'm configuring Azure file storage, I want to run the curl command through Mendix. How can I do that?
asked
2 answers
0

As indicated by Fabian, the call REST microflow activity is a generic call HTTP activity, so it should be able support 99% of the use cases of Curl. It allows you to provide any URL endpoint, HTTP operation, headers, payload, etc.

answered
1

Hi,

don't try to use curl - use the Mendix REST capabilities to call the Azure REST API. Alternatively check if there's already a marketplace module that fits your use case.

regards, Fabian

answered