came across this cgi.variable the other day, not sure if this helps or not but:

ColdFusion with Proxy detection:

<cfif CGI.HTTP_X_Forwarded_For EQ "">
  <cfset ipaddress=CGI.Remote_Addr>
  <cfset a=1>
<cfelse>
  <cfset ipaddress=CGI.HTTP_X_Forwarded_For>
  <cfset a=2>
</cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to