No, I believe the web server determines remote_addr, since it has to know
where to send the results.  However, what with proxies and NAT you can't
count on remote_Addr to uniquely identify a specific user over multiple
requests.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 12, 2000 12:45 PM
To: CF-Talk
Subject: Re: Form Question


Is that possible with CGI.REMOTE_ADDR as well or is that browser dependent?
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, October 12, 2000 10:49 AM
Subject: RE: Form Question


> Except that the client can put anything it wants in http_referer.
>
> -----Original Message-----
> From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 12, 2000 12:38 PM
> To: CF-Talk
> Subject: RE: Form Question
>
>
> > form to the our site?  I don't think i can check
> > cgi.http_referer because in
> > this case, it will be empty (nothing).  And I don't think I
> > can reject all
> > empty cgi.http_referer because of the cflocation.  Any
>
> <CFIF cgi.HTTP_REFERER DOES NOT CONTAIN "http://www.mydomain.com/">
>    Caught you!
>    <CFABORT>
> </CFIF>
>
>
>
> --
> Aidan Whitehall <[EMAIL PROTECTED]>
> Netshopper UK Ltd
> Advanced Web Solutions & Services
>
> http://www.netshopperuk.com/
> Telephone +44 (01744) 648650
> Fax +44 (01744) 648651
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to