💻 Software
Dynamic images served over HTTPS display broken image in word when opening an HTTP document
Fresh5 days ago
Mar 15, 20261219 viewsConfidence Score0%
0%
Problem
We have an application that produces HTML documents which the user opens in word from the web server, so they open: https://ourserver/ourapp/somepath/generateddocument.htm That document contains image links like: and The first display, the second displays the classic broken image icon. When opening…
Error Output
<img src="https://ourserver/ourapp/resources/image.jpg">
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Dynamic images served over HTTPS display broken image in word when opening an HTTP document
Low Risk
The problem here is the way IE caches SSL content or not. If you enable the IE option "Do Not Cache Encrypted Pages to Disk" then the problem goes away. You can also fix programatically in your image generation page by NOT sending a Cache-Control he…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix