相关疑难解决方法(0)

如果在<iframe>中单击链接,HTTP Referer是什么?

假设我有位于网页http://www.website.com<iframe>它.像这样:

<html>
 <head>...</head>
 <body>
  ...
  <iframe src="http://www.washington.edu">
  ...
 </body>
</html>
Run Code Online (Sandbox Code Playgroud)

现在假设某人访问www.website.com并点击iframe本身的链接(此链接位于www.washington.edu网站上).

我的问题是在这种情况下什么是HTTP Referer?

http://www.website.com(托管iframe的页面)还是http://www.washington.edu(点击链接的页面)?

html iframe http-referer http

20
推荐指数
2
解决办法
2万
查看次数

标签 统计

html ×1

http ×1

http-referer ×1

iframe ×1