0
votes

I'm trying to invoke a website inside an iframe but I get an error in console Refused to display 'https://abcd.ac.in/' in a frame because it set 'X-Frame-Options' to 'sameorigin. enter image description here i've tried an alternatives and still it throws the same error

1
Did you try change the settings of your server?Fabio Assuncao
@FabioAssuncao I want to add google meet homepage in my iframeMohammed Muzammil

1 Answers

0
votes

It means that the site you're trying to put into iframe has it blocked. There is a discussion already on how to do it anyway. You may want to have a look at this topic:

Overcoming "Display forbidden by X-Frame-Options"