Thanks for the info, Sixten... Rick
-----Original Message----- From: Sixten Otto [mailto:[EMAIL PROTECTED] Sent: Monday, April 23, 2007 10:59 AM To: CF-Talk Subject: Re: Is there a CF equivalent to this? >HTTP_X_ REQUESTED_WITH ? The only way to detect, from ColdFusion, whether that header is set on a given request that your code is processing, is by using the GetHTTPRequestData() function, as you say (specifically, the "headers" sub-structure in the structure it returns). That function did exist in CF5, but I'm not sure whether it did in 4.5. Sixten ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276066 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

