AJAX Security
From Computing and Software Wiki
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 |
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.