I add a code block to the page and added a simple iframe:
<iframe src=”//www.google.com” width=”1000″ height=”1000″></iframe>
but the result is always the same blank page:
Ok I found out that the problem is about:
x-frame-options:SAMEORIGIN
and x-frame-options:DENY
now I try to figure out how to change that.
because I am trying to embed a page from app.mydomain.com
into mydomain.com
.
iframgin google didn’t work becuase of SAMEORIGIN but changing that to app.mydomain.com
the error is DENY
Hey!
Please see – https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options
Best regards,
Yigit