Ajax Security mechanisms

Under some circumstances (GET requests for JSON-serialized data), it is possible for a malicious site to hijack personal data. More about this can be found in this document. OAT provides support for preventing these attacks. To make your web application invulnerable to such attacks, use the following:


while(1);/*{[
        {"name":"safe value 1"},
        {"name":"safe value 2"},
        ...
]}*/

CategoryDocumentation CategoryOAT CategoryOpenSource CategorySecurity?