I have a vendor web application that sits within a frame being viewed with IE 11 on both Wondow7 and Windows 10. Emulation mode is set as default (Edge). The application functions properly most of the time. However, the application will randomly displays the error page "This content cannot be displayed in a frame". The headers being set are:
- X-Frame-Options: SAMEORIGIN
- X-Powered-By: Servlet/3.1
- X-XXS-Protection: 1; mode-block
All content is coming from the same domain.
Everything I found on this topic so far relates to an issue occurring when the page is initially loaded not at some random point in time after page load. It also seems to occur not when the user is on the page but when they shift focus to another page or browser tab then return. Any Ideas?