Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 Post-Redirect-Get 模式。但我不明白,如果我们刷新,为什么重定向到原始页面会阻止重复交易?你能告诉我为什么吗?谢谢
我找到了我的朋友 :) 返回一个状态码,指示结果的新位置,例如 303(“查看其他”)或 302(“找到”/“暂时移动”),后者最常使用如今。连同 30x 结果代码一起发送 Location 标头,其中包含请求重定向到的页面的 URL。仅发送标头,不包括正文。