Products | Versions |
---|---|
Spotfire Analyst | 7.5, 7.6, 7.7, 7.8 |
Some pages cannot be embedded in another context such as used in an iframe of another web page or be rendered inside of Spotifre's web panel. It is up to each web page to decide whether it allows itself to be rendered inside other applications. If a web page will not render you can press CTRL+ALT+SHIFT+F12 in Spotfire Analyst to open up a developer tool window. If it shows the following error in the "console" tab, it means that the web page has prohibited you from using it in Spotfire:
Refused to display 'https://www.hostname.org/path' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
A web page can indicate to the web browser or application whether it should be possible or not by using the the HTTP header X-Frame-Option which can have three different types of values[1]:
- DENY - The page cannot be displayed in a frame, regardless of the site attempting to do so.