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.
你能否告诉我什么是更安全的方式以及遵循什么程序。
我有此页面,其中包含要发送的密码和其他数据。那么在MVC3中发送它的更安全的方法是什么:1)使用ajax 2)或使用提交按钮将数据发布到模型中,并且我将模型作为控制器中处理提交的方法的输入参数。
完全相同:除非您使用 SSL,否则也不安全。Ajax 只是一个异步 http post/get,所以从技术上讲,如果您谈论安全性,它们是等价的。