iframe有什么方法绕过'X-Frame-Options' to 'DENY'吗 ?

<html>

<head>

<style>

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;overflow: hidden;}

</style>

</head>

<body>

<iframe src="https://www.zhihu.com/question/56559215/answer/150011133" width='100%' height='100%' frameborder='0' name="_blank" id="_blank" ></iframe>

<div>

</div>

</body>

</html>

https://img2.mukewang.com/5bf8e4c100013e7309960019.jpg

因为用iframe嵌入别人的网页还是有很多其他的问题,那么有其他方式实现把别人的网页嵌入到自己的网页里面去吗?

萧十郎
浏览 2320回答 1
1回答

小唯快跑啊

跳转吧~<httpProtocol>&nbsp; <customHeaders>&nbsp; &nbsp; <add name="X-Frame-Options" value="DENY" />&nbsp; </customHeaders></httpProtocol>同域都不能用frame, 更何况你的不同域呢...
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript