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
Post a Comment