If I check the url I see:
Refused to display ‘https://vida.admirable.vip/’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.
Also http://www.tinywebgallery.com/blog/advanced-iframe/free-iframe-checker tells you this. To solve the issue you need to remove the header X-Frame-Options from https://vida.admirable.vip/
See https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/how-to-use-the-samesite-cookie-fix at the bottom. There I have described this if you are able to create a .htaccess file on your server.
https://vida.admirable.vip/ and https://www.admirable.vip are different domains for the browser.
Best regards, Michael
Thanks for your input @mdempfle.
- I’ll remove all X-Frame-Options from the domain https://vida.admirable.vip/
- I added the code on the .htaccess file but that brought the whole site down. This is what I had:
- Which other settings can I check so I can remove x-frame options from the domain?
- Or what else can I do? I removed “Header unset X-Frame-Options” from the .htaccess file.
Thanks.
You should then contact your hoster. They maybe do not allow this.
They should be able to tell you how to do this.
The best would be you find the place where it is set initially.
Sometimes it also depends on the server version.
Best regards, Michael
I host the server @mdempfle.
I have changed nothing on my end – although the page I am embedding into my server might have had some changes.
What can I get from the party from which I’m embedding the page so I can resolve this? It’s an LMS SaaS that I have admin access but only to a dashboard from where I control and have checked and nothing in there points me to what is causing this issue.
Thanks.
Hi,
I checked your code you added again.
you did not close the ifModule properly. You forgot the /
I think you added the code to your .htaccess. It need sto be added to the page IN the iframe!
Best regards, Michael
Any more feedback? If not I close this thread as solved.