Hi jeffrey There are a lot of variables here. What platform, read/write limits, directly through a browser, or through cf?
Blocking browser calls is fairly easy through access control on the web server. The best probable way would be to throw it in a secured directory (ie _private), and then create a gateway script through which people interact with it, but that doesn't protect from other devs from writing code to access it. Cf sandbox security might come into play there. Speeves On 11/19/08, Jeffrey Lemire <[EMAIL PROTECTED]> wrote: > Is it possible to prevent direct access to an XML datafile? > > Similar to verifyClient() for AJAX request, I was hoping that there was one > for an XML data file request as well. > > TIA! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315657 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

