我的问题是这个
我有2个站点,SiteA,SiteB,我想要的是通过SiteA中的打开iframe假装网站流量,模拟SiteB来自,例如我们有:
* SitioA.com / index.php的
* SitioB.com / redirect.php(放置一个重定向到我希望它在iframe中打开的网站的javascript,因此javascript代码会清除引荐来源)
在SitioA.com/index.php中,我放了一个iframe来调用SitioB.com/redirect.php,然后用javascript重定向到我要模拟引用的网页,这里我把代码留给明白更好:
在SitioA.com/Index.php中,我把:
<iframe class="premium_frame" src="http://SitioB.com/redirect.php" width="1000" height="1000" scrolling="no" frameborder="0"></iframe>
在sitioB.com/redirect.php中,我说:
window.location.href = "http://jaqhegrjghegr.com";
例如,jaqhegrjghegr.com无法做到这一点,发现检查实际上来自SiteA而不是SiteB?那是我的问题