IFRAME won't load content from page

2020-04-16 11:50发布

问题:

iframe won't load content from this link http://hotlantatravel.paycationonline.com/index.asp

When I try to iframe it, nothing happens, why?

回答1:

That site is sending an HTTP response header

X-Frame-Options: SAMEORIGIN

telling the browser that this resource should not be displayed in any kind of frames, unless those frames are on the same domain.

https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options



标签: html iframe