I have two internal sites. I\'m trying to show one\'s content in the iframe of the other site. However I\'m getting this message: \"This content cannot be displayed in a f
The X-Frame-Options is defined in the Http Header and not in the section of the page you want to use in the iframe.
Accepted values are: DENY, SAMEORIGIN and ALLOW-FROM "url"