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.
我在春季看到重复的表单提交问题。想要实现 Struts 中已有的东西,令牌验证器来检查重复请求。
目前在我的表单中,当用户提交表单时,它不是提交和重定向页面,而是进行 2 个 JSON 调用以进行验证,然后提交表单,从而创建重复表单提交的范围。
我想使用令牌来验证每个请求
我认为不是直接的,而是:
IMO post-redirect-get 或简单的 JS 禁用提交可能就足够了,除非您明确尝试处理后退按钮问题并且您的表单页面被缓存。