gpt4 book ai didi

html - 如何将URL检索到GSP中

转载 作者:行者123 更新时间:2023-12-02 15:56:51 25 4
gpt4 key购买 nike

我正在尝试在iframe中显示内容。

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title><g:message code="default.list.label" args="[entityName]"/></title>
</head>
<body>
<div class="body">

<iframe style="width: 100%;min-height: 400px;height: 600px" src="https://www.google.com" />

</div>
</body>
</html>

但是当我发动 war 并将其部署到服务器时...该页面空白吗?

为什么?

最佳答案

由于Facebook不允许:

curl -v https://www.facebook.com
...
< X-Frame-Options: DENY
...

具有 DENY值:

The page cannot be displayed in a frame, regardless of the site attempting to do so.



Google和许多其他网站具有类似的配置,因此请检查标题。另外,您可以打开Chrome开发者控制台,并检查错误

请参阅此 header 的文档: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header

关于html - 如何将URL检索到GSP中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33257953/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com