What I'm asking is if the X-Forwarded-For header is set. If it is, then you can write a simple jrun filter that replaces the cgi.REMOTE_ADDR with a value from the X-Forwarded-For header. This is what we're doing and it's been working fairly well (there's a small bug in my code where if a user is going through a proxy or several proxies, his ip address will show up as multiple ips, but even that is better then just seeing the proxy's ip address).
Russ > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 05, 2006 7:10 PM > To: CF-Talk > Subject: RE: Debugging per request > > > I'm not so sure... I'm not exactly sure what an application > > proxy is, but is it setting the proper headers with the > > original client ip? > > Probably not, according to the original poster. This is common with > proxies, > and can be a useful behavior. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245581 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

