Hey guys ...since i am developing a .net website by using AJAX...So i am worried regarding the security features for the same...So if anyone can guide me about security of the Ajax based web applications????
Any help will be greatly appreciated....
.net Programmer India
Last edited by Cimperiali; February 11th, 2012 at 06:11 PM.
Reason: give the thread an appropriate title
Well, AJAX is really only about dynamically requesting pages.
Basically the same security principles apply as for "regular pages", for example always check user input, especially when using it in SQL queries.
Bookmarks