> We are using F5 BIG-IP hardware for loadbalancing with IIS > X-Forward-For ISAPI Filter to get the Client IP address in > the IIS loggings. This works fine. > > But at the moment we can't get to the client IP in the > ColdFusion code (at least not through any available CGI > variables).
You may need to ensure that the ISAPI filter loads before CF's own ISAPI filter. But, frankly, any injected HTTP request headers should just be there in the CGI scope. You shouldn't need an extra ISAPI filter for that. In fact, you might even try disabling the ISAPI filter. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners http://training.figleaf.com/ WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers! http://www.webmaniacsconference.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300273 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

