Mixing JQuery Ajax with ASP.NET : is there any security risk
Posted
by Sayem Ahmed
on Stack Overflow
See other posts from Stack Overflow
or by Sayem Ahmed
Published on 2010-04-15T07:38:55Z
Indexed on
2010/04/15
7:43 UTC
Read the original article
Hit count: 326
I am using jQuery with ASP.NET in a project. Instead of using ASP.NET Ajax, I am using jquery's ajax functions. Is there any security risk if I do that? I mean, since I am using jquery's ajax calls, no view state information will be passed to the server so that it can verify the page's authenticity (though it saves a lot of bandwidth..).
I would also like to know what is the best/good practice here.
© Stack Overflow or respective owner