AJAX Security

From Computing and Software Wiki

Revision as of 05:02, 6 April 2009 by Leungg2 (Talk)
Jump to: navigation, search


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.

Image:Ajax1.JPG‎

Security Issues

Cross Site Scripting(XSS)

References

Attack AJAX Web Applications

AJAX Tutorial

AJAX Security

Are AJAX Applications Vulnerable to Hack Attacks?

Testing for Security in the Age of AJAX Programming