Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456028

    I add a code block to the page and added a simple iframe:
    <iframe src=”//www.google.com” width=”1000″ height=”1000″></iframe>
    Code block
    but the result is always the same blank page:
    Iframe result

    • This topic was modified 9 years, 3 months ago by vad1mo.
    #456079

    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

    #456093
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.