While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Gravatar

Richard Moss

# Reply

Hello,

The use of a load balancer shouldn't affect this and it is more likely caused by how your HTML is generated. It sounds like you are serving pages with absolute URLs that point to http. Assuming these aren't from an external domain that you can't control, I have seen this when using MVC URL helpers to generate an absolute URL. Given your description of only experiencing these for WEBP images suggests you have a custom handler to support this format, and perhaps this isn't constructing URLs correctly. If this is the case, consider trying to use a relative URL, or by using //, e.g //example.com/image.webp and let the browser choose the appropriate protocol.

Regards;
Richard Moss