Making AJAX calls secure

Posted by iamdadude on Stack Overflow See other posts from Stack Overflow or by iamdadude
Published on 2010-06-04T05:56:01Z Indexed on 2010/06/04 6:09 UTC
Read the original article Hit count: 196

Filed under:
|

What happens if a user looks at my JavaScript file, copies the content of a function and sends a request to my server using AJAX? And is there a way to properly protect against this from happening?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery