将网站嵌入到被 CORS 策略阻止的 iframe 中
假设我想嵌入此网站 在 iframe
中。然后我的控制台会显示该网站被 CORS 策略阻止
。
如果我添加例如 X-Frame-Bypass ,问题仍然存在,因为你可以在这里看到:
<script src="https://unpkg.com/@ungap/custom-elements-builtin"></script>
<script type="module" src="https://unpkg.com/x-frame-bypass"></script>
<iframe is="x-frame-bypass" src="https://www.uni-weimar.de/de/universitaet/aktuell/ukraine-hilfe-der-universitaet/" width="500" height="400"></iframe>
奇怪的是,它在此处完美运行。
我需要做什么才能将此网站的 iframe
嵌入到任何网站上?我将非常感谢您的帮助!
Let’s say I would like to embed this website in an iframe
. Then my console would show me that this website is blocked by CORS policy
.
If I add for example X-Frame-Bypass, the problem is still there as you can see here:
<script src="https://unpkg.com/@ungap/custom-elements-builtin"></script>
<script type="module" src="https://unpkg.com/x-frame-bypass"></script>
<iframe is="x-frame-bypass" src="https://www.uni-weimar.de/de/universitaet/aktuell/ukraine-hilfe-der-universitaet/" width="500" height="400"></iframe>
Strangely enough, it works perfectly here.
What do I need to do to embed an iframe
of this website on any website? I would be very thankful for help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论