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.
在 mvc 中,当提交给控制器时,如何验证用户没有恶意更改只读隐藏表单字段?
显示表单字段时,呈现一个隐藏字段,其中包含显示值的哈希值。
当接收到 post 请求时,再次对接收到的数据进行哈希处理,并将该哈希值与隐藏字段的值进行比较。
我能想到的两个选择: