Display cross domain content in IFrame (IE8)
Posted
by DK
on Stack Overflow
See other posts from Stack Overflow
or by DK
Published on 2010-03-15T17:00:37Z
Indexed on
2010/03/15
17:09 UTC
Read the original article
Hit count: 1021
I realized that IE8 does not allow links from cross domains to be displayed in IFrame. It seems like there are only two Header options that Microsoft allows to modify.
X-FRAME-OPTIONS : "DENY" (This does not display any IFrame content )
X-FRAME-OPTIONS : "SAMEORIGIN" (Displays content from the same domain)
Is there a work around to allow content from other domains to be displayed?
Thanks in advance
© Stack Overflow or respective owner