AJAX and security
Posted Sep 8, 2006 16:03 UTC (Fri) by
dlang (
✭ supporter ✭, #313)
In reply to:
AJAX and security by jbellis
Parent article:
AJAX and security
I'm not saying that ALL of your internal functions are exposed, but the various things that are called by the browser javascript to perform actions are viewed by most ajax folks as being internal functions
i.e. there is never any intention of a browser connecting to them directly, only the javascript that's loaded from another page ever connects to it. and the viewpoint is that since you control that javascript you control the input to those routines.
these are the 'internal' functions that are exposed.
really good architects won't consider these internal, but far to many people do :-)
(
Log in to post comments)