Why Iframe dosen't work for yahoo.com

后端 未结 4 1890
感情败类
感情败类 2020-12-12 00:46

I find this doesn\'t work:


I have read this question, but I don\'t understand w

4条回答
  •  -上瘾入骨i
    2020-12-12 01:17

    Some websites like google, yahoo have been disabled the iframe embedding for their site. If you want to do that then grab their html using curl or file_get_conents on server side and show it.

    check the HTTP response header X-Frame-Option. I think for yahoo it should be deny or sameorigin that means only the page of yahoo can embed its other pages in iframe

提交回复
热议问题