AJAX Security
From Computing and Software Wiki
(Difference between revisions)
Line 22: | Line 22: | ||
===Cross Site Scripting(XSS)=== | ===Cross Site Scripting(XSS)=== | ||
+ | |||
+ | ==See Also== | ||
==References== | ==References== | ||
+ | |||
+ | ==External Links== | ||
+ | |||
+ | |||
[http://www.isecpartners.com/files/iSEC-Attacking_AJAX_Applications.BH2006.pdf Attack AJAX Web Applications] | [http://www.isecpartners.com/files/iSEC-Attacking_AJAX_Applications.BH2006.pdf Attack AJAX Web Applications] | ||
Revision as of 05:31, 6 April 2009
AJAX stands for Asynchronous JavaScript And XML.
AJAX is a type of programming, it is not a new language since it is based on JavaScript and HTTP requests , AJAX is a way to use existing standards.
The use of AJAX provides faster and more user friendly web applications.
Contents |
Content
Advantages over Preceding Technologies
Uses Client-side scripting which is faster for the user. Only small segments of a page need to be reloaded to change content instead of full page. Interacts asynchronously with the server.