How can I protect an ASP.NET AJAX application?

Ajax seems to give a better user experience, but I'm not sure that I will take the right steps to protect and protect my application.

Is there a checklist of things I should pay attention to?

+5
source share
2 answers

AJAX applications have the same vulnerabilities as other types of web applications:

  • Xss
  • SQL injection
  • Priority Escalation
  • Information disclosure
  • and etc.

"" , AJAX , , OWASP AJAX.

+4

AJAX . , .

Etc..

0

All Articles