FAQ: How to make a web page display in Enablix?
When one adds a website page URL (e.g. Blogs, Articles, Press Releases) Enablix displays the page by embedding it in an iFrame. However, depending on how the web page is configured, the preview may not display.
There is X-Frame-Options header which defines whether a page can be embedded in an iFrame or not. If not present in the response, then the page can be embedded anywhere. Other options are DENY, SAMEORIGIN and ALLOW-FROM.
To make a page preview display in content portal, the X-Frame-Options setting should be,
- Not set
- Set to ALLOW-FROM
So, it should be either "Not set" or ALLOW-FROM with enablix.com.