0

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 Answers1

0

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"

Andrzej Dzirba
  • 337
  • 2
  • 12