|
>I
think that "iif(NOT len(cgi.http_x_forwarded_for), DE(cgi.remote_addr), DE(listLast(cgi.http_x_forwarded_for)))" will do the
trick >then.
>Well, it will not be accurate but better
than nothing, agree? Yep it's up to you how much you want to rely
on IPs, depending on how crucial it is that your business rules can't be
circumvented. Again, you can't account for
clients who pass through a network device performing
NAT.
I
think you want to use listFirst() though, not listLast(). Subsequent
proxies will add replaced IPs to the end of the list, not the beginning, so the
first one in the list should be the client IP, or the closest you can get to it
anyway.
:)
s
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Taco Fleur Sent: Wednesday, 12 February 2003 13:21 To: CFAussie Mailing List Subject: [cfaussie] RE: cgi. variable for proxy?? --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ |
- [cfaussie] RE: cgi. variable for proxy?? Simon Handfield
- [cfaussie] RE: cgi. variable for proxy?? Taco Fleur
- [cfaussie] RE: cgi. variable for proxy?? Simon Handfield
- [cfaussie] RE: cgi. variable for proxy?? Taco Fleur
- Simon Handfield
