是否可以使用 iframe 跟踪来自第 3 方的 IP 或流量

发布于 2024-10-25 17:37:33 字数 183 浏览 2 评论 0原文

我有一个网站,我想知道是否可以使用某种类型的编码进行跟踪,以查看是否有人将我的网站放入 iframe 中并将其显示在他们的网站上?我已经检查了 cpanel 中的日志,没有任何内容,但是当我访问另一个网站时,显然他们正在对我的网站进行 iframe。我知道 JavaScript 可以让它从 iframe 中弹出,但对于我的网站我不能使用它。再次感谢。

i have a website and i'm wondering if it is possible to track with some type of coding to see if someone is placing my website into an iframe and displaying it on their site? i have checked my log in the cpanel and nothing is there but when i go to this other website clearly they are iframing my site. I am aware of JavaScript to make it pop out of the iframe but for my site i cant use this. thanks again.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

撕心裂肺的伤痛 2024-11-01 17:37:35

您可以阅读 Wikipedia 上有关 Framekiller 的文章。您将了解如何检测您的网站是否已嵌入 iframe,以及如何应对它的解决方案:Framekiller 杀手

You can read the article on Wikipedia about Framekiller. You'll learn how you can detect that your site has been embedded in an iframe but also that there are solutions to counter it: Framekiller Killer

呆橘 2024-11-01 17:37:34

是的,这是可能的,通过在页面中添加一些 js 代码,如下所示:

if(self != top){
   //js code to track it
}

Yes, that is possible, by add some js code into your page like this:

if(self != top){
   //js code to track it
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文