What are the potential vulnerabilities of using XMLHttpRequest in a Domino environment?
If the Domino application server is behind a firewall, can someone still exploit the code that we developed (which performs “dblookups”) to launch a DOS attack or “steal” data? So far we are just doing basic AJAX using the examples provided by O’Reilly, Richard Schwartz, and Jake Howlett. The code is used to select a name from a list and populate other fields on a form with data related to that name.
Several articles indicate that there are security and performance issues when using AJAX, however, I haven’t found any that specifically describe how to deal with these issues other than having a firewall.