Hi,
We have some image resources stored in one drive with the schema “http” header(e.g. “http://yyy.com/yyy.jpg”). These images are not accessible in “https” header(e.g. “https://yyy.com/yyy.jpg”).
I use TWC to display the images and I found the image request was changing to “https” scheme automatically. So that our images resources cannot display correctly. Could you tell me why the schema is changed when sending the request?
Below is an example which shows the image request changing from http to https.
Best regards