asp.net mvc - Any issue with posting a form to a controller using JQuery's serialize method -


i using ajax post form view controller , using $("#formid").serialize() serialize form values. there security issues or performance issues in serializing form prior posting it?

would make sensitive data such ssn on form vulnerable kind of security risk ?

if going posting social security numbers on site, highly recommend having certificate installed communication encrypted.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -