[Project Advice] Download bmp to an SD card

Hello folks,

I’m trying to write an app that would read a small bmp image (less than 100kb) from the cloud, would store it in a SD card, and then will display it on a LCD.

The last step has been implemented, but I’m not quite sure what is the best way to do the first two steps. Thus this brainstorm post :smile:

Should I have a HTTP client that pings the URL of the image, or is it better to use a webhook to do the request?

It’s over a year since this was posted but I’m going to attempt nearly the same thing and am looking for advice. I was looking at the HTTP Download Library by @rsteckler. Is this the best method?