This directory contains example of static html page for embedding to Pulse IFrame widget.
This page must be served with any web server accessible for Pulse users. 

IFrame widget will allow to show content of external URL in dashboard widget as well as in maximized view.
It is assumed that external content will be adapted to fit into Pulse.
Pulse by itself will not touch anything in IFrame and if its content doesnt fit in our space there will be scrolls, etc.

Use following X-Frame-Options header settings in your server to allow static page to be shown as IFrame:
- Without X-Frame-Options - when static page and Pulse are served by different servers
- Set X-Frame-Options to SAMEORIGIN - when page served by the same server as Pulse

See for details:
https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options

