Enabling "http" URLs for Image Display

I am using “Show URLs as images” feature under field styling. And the images aren’t loading because all of them are “http” URLs. I understand that QuickSight primarily supports “https” URLs for security reasons. However, for my specific use case, I need to incorporate “http” URLs.

Is there any way or workaround to enable the utilization of “http” URLs for displaying images?

Hi @phalguni24,

In order for custom visuals to work, the URL must be https. A potential workaround would be to leverage a different image store that supports https. Feel free to message me directly if you want to discuss your specific use case in more detail and the reasoning behind needing http.

1 Like

You could embed a Lambda function URL that pulls your image from your HTTP address, to relay it back to Quicksight over HTTPS.

1 Like