I would like to download single images via HTTP request. In the test step I am also offered to download the JPGs in addition to “View”. However, when I start the workflow, the files are not downloaded. What do I have to change so that the images are downloaded to my computer?
@stuggiboogie , the “Download” button in UI is for manual download. To get the file saved on your computer, you would need to utilize “Write Binary File” node. However, for that to work, your designated location needs to be mounted to your docker container otherwise the file stays inside the container.