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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -