将网站嵌入到被 CORS 策略阻止的 iframe 中

发布于 2025-01-11 12:24:37 字数 928 浏览 0 评论 0原文

假设我想嵌入此网站 在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文