在 asp.net 应用程序中重定向页面时删除引荐来源网址信息

发布于 2024-11-14 09:58:49 字数 169 浏览 2 评论 0原文

例如,我有一个重定向到 www.google.com 的应用程序。 Response.redirect 会将重定向信息发送到我不想要的外部地址。然而在内部,我想访问推荐人信息。有什么办法可以删除该信息。将使用 window.location = 'www.google.com' 从 javascript 重定向;帮助 ??

For example, i have an application which redirects to www.google.com. Response.redirect will send the redirect information to the external address which i dont want. However internally, i want to access the referrer information. Is there any way to remove that information. Will redirecting from javascript using window.location = 'www.google.com'; help ??

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

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

发布评论

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

评论(1

丑丑阿 2024-11-21 09:58:49

我相信如果您在新窗口中启动 URL,引荐来源网址将会被删除。在 JavaScript 中,它将利用 window.open(...) 函数。

I believe the referrer will get removed if you launch the URL in a new window. In JavaScript that would leverage the window.open(...) function.

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