关于重定向为 POST

发布于 2024-12-07 09:41:55 字数 72 浏览 0 评论 0原文

我想将用户重定向到其他网站中的某个网址,但要与他的重定向一起发送一些帖子变量..这可能吗?如果是,怎么办?

谢谢。

I want to redirect the user to some url in other website, but to send with his redirect some post variable.. is this possible? And if yes, how?

Thanks.

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

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

发布评论

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

评论(1

二手情话 2024-12-14 09:41:55

它不是。 :(

但是,您可以使用 Javascript 提交隐藏表单。

编辑:我真丢脸。似乎无需 Javascript 即可实现。尝试将一些数据发布到您自己编写的 PHP 页面,这基本上告诉浏览器执行 303 See Other 重定向,从某种意义上说,浏览器应该在重定向目标上重新发布数据,但有人报告这会导致浏览器显示“真的重新发布数据吗?”就像您刷新使用 POST 加载的网页时看到的那样,

但是,即使它有效,我认为也没有人这样做。

It is not. :(

You can however submit an hidden form using Javascript.

EDIT: shame upon me. It seems it can be achieved w/o Javascript. Try to post some data to a PHP page you write yourself, which basically tells the browser to do a 303 See Other redirect. It shall work, in the sense that the browser should re-POST the data on the redirection target, but someone reports this causes the browser to show a "really repost the data?" message, like the one you see if you refresh a web page you loaded with a POST.

However, even if it works, I think nobody does it.

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