elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.03k stars 1.1k forks source link

Send Binary files with HTTP requests #3458

Open mattiason opened 1 year ago

mattiason commented 1 year ago

We are trying do find a solution how to send binary files via the HTTP request (post).

The use case is that we download the file via HTTP (Get request) and select the content type as file. It works to download the file, and we get a response.

However, we don't find any solution to send it further to an HTTP send request,

Acceptance criteria: Get the file in activity and send it further via an HTTP request activity.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sfmskywalker commented 2 weeks ago

Although I may not be able to do this for Elsa 2, this is certainly a scenario we need enabled for Elsa 3.