Hello
I have a dashboard template node where I have:
<img src = https://username:password@url_here.com:port/bla>
On the device hosting the website, I can access this link if I paste it directly into my PCs chrome browser. A bunch of images show up. Before I enabled https, I was using http://username:password@url_here.com:port/bla and it worked fine. The images would display in the dashboard.
Since I enabled https, the dashboard just displays blank boxes (i.e. images are not populating).
Is there a way to get this working using https?