Hi there,
I’m trying to load an external page in the popup using the iframe element. It’s not working for some reason. It seems to be blocking the page. Is there an alternative?
Hi there,
I’m trying to load an external page in the popup using the iframe element. It’s not working for some reason. It seems to be blocking the page. Is there an alternative?
Hi there, @Sina
I’ve checked your widget in Chrome and also see the issue. The Developer Console shows the error: Refused to display ‘your website’ in a frame because it set ‘X-Frame-Options’ to 'sameorigin
The website glynt.com has configured the HTTP header X-Frame-Options: sameorigin
, which only allows the page to be displayed in an iframe on the same domain. This is a security measure against clickjacking attacks.
If you’re the owner of this website, you can change the header to X-Frame-Options: allow-from https://your-website.com
or remove it entirely.
Please let me know if this explains things or if you have any questions left
Hi @Max
Thank you for your effort in analyzing this.
Then I can’t solve what I had in mind.
@Sina Oh, I am so sorry about that, but yes, this is the only possible solution
If anything else comes up, I’ll be delighted to help!