如何测试我的浏览器忽略位置标头?

发布于 2024-08-27 09:59:17 字数 216 浏览 3 评论 0原文

我想用我的 Firefox 测试一个网站,忽略 Location: 标头,就像 PHP 中的示例一样。

header('Location: another-page.php');

有没有可用的插件或任何其他方法来执行此操作?

我最好的选择是使用 Lynx 浏览网站吗?山猫会忽视他们吗?

谢谢

I want to test a site with my Firefox ignoring Location: headers like this example in PHP.

header('Location: another-page.php');

Is there a plugin available to do this, or any other method?

Would my best bet be surfing the site with Lynx? Does Lynx ignore them?

Thanks

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

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

发布评论

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

评论(1

绾颜 2024-09-03 09:59:17

您可以尝试使用 cURL 调出页面。

它是一个通过以下方式调用的命令行应用程序:

curl http://url

默认情况下,cURL 不遵循 Location: 标头。

You could try bringing up the pages with cURL.

It is a command line application that is invoked via:

curl http://url

cURL does not follow Location: headers by default.

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