--- Jim Lucas <[EMAIL PROTECTED]> wrote:
> what about checking the checking the remote ip
> address?
The common use of HTTP proxies on the Web makes this
extremely unreliable.
A typical HTTP proxy servicing many users will cause them
all to appear to be coming from the same IP address, while
roun
what about checking the checking the remote ip address?
Jim
- Original Message -
From: "Chris Shiflett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 10:45 AM
Subject: Re: [PHP] Detecting posts from outside s
--- [EMAIL PROTECTED] wrote:
> If it's bulletproof, then I figured this could help
> some of you out. If not, I welcome comments (I'm a
> little bit hesitant of calling things 'bulletproof').
It's not bulletproof. :-)
> if((count($_POST) > 0) &&
> (!stristr($_SERVER["HTTP_REFERER"],
> $http_refer
[EMAIL PROTECTED] wrote:
Also, speaking of detection, I made a small script that can protect against
people downloading your site's forms, modifying their new local copy (and
putting an absolute URL in the form's ACTION attribute), and then posting
data using the botched form. If it's bulletproof,
Also, speaking of detection, I made a small script that can protect against
people downloading your site's forms, modifying their new local copy (and
putting an absolute URL in the form's ACTION attribute), and then posting
data using the botched form. If it's bulletproof, then I figured this could
5 matches
Mail list logo