robbestad/react-iframe

Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

Closed this issue · 3 comments

Refused to display 'url' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

getting the same problem

This is not an issue with the package, it's because the owner of the webpage you are trying to display in the frame has configured its settings specifically to disallow usage in iframes. Unfortunately, you will not be able to pull in that URL without the site owner's permission. See this SO answer for more information.

Getting the same problem. Is there any tweak to achieve this from ReactJS perspective @chrisbchrist