Download image node for HTML

Hi, I’m using the “Download Image” node to get images from a URL and apply them as textures. This works fine in the editor, but when I run a HTML package of the game it instantly fails (i.e. the ‘On Fail’ path is triggered and no image downloaded).

Is there a reason this node wouldn’t work in a HTML package? Any suggestions on getting this to work would be fantastic, there’s very little information around regarding this node.

I’ve attached an image of my current code below.

Hello,
Downloading image for html package depends on the server which you download image from it. For example if you download an image ( or several different images) from s3 storage bucket it always work.