On Tue, Mar 11, 2003 at 07:34:40PM -0500, Fred Sahakian wrote:
> I may be wrong, but some browser have problems giving referers
> properly causing your visitor not to be able use your CGI.
On a related note, referers can be set to anything the user-agent wants.
While browser bugs might be an issue
Yes thats true thats why I set $check_referer to true if there is no
$ENV{'HTTP_REFERER'}
>
> From: "Fred Sahakian" <[EMAIL PROTECTED]>
> Subject: Re: Check url for form submission
> Date: 12/03/2003 11:34:40
> To: <[EMAIL PROTECTED]>, &l
Yes thats true thats why I set $check_referer to true if there is no
$ENV{'HTTP_REFERER'}
>
> From: "Fred Sahakian" <[EMAIL PROTECTED]>
> Subject: Re: Check url for form submission
> Date: 12/03/2003 11:34:40
> To: <[EMAIL PROTECTED]>, &l
I may be wrong, but some browser have problems giving referers properly causing your
visitor not to be able use your CGI.
>>> "Rob Dixon" <[EMAIL PROTECTED]> 03/10/03 06:52AM >>>
Colin Johnstone wrote:
> Gidday All,
>
> I have found this subroutine in someone else's program I need to
> modify i
Colin Johnstone wrote:
> Gidday All,
>
> I have found this subroutine in someone else's program I need to
> modify it so it will work on my server. I wish to use it to confirm
> that only forms submiited from my Domain will be processed. Its the
> reg ex I don't understand, Can someone help me re-w
Gidday All,
I have found this subroutine in someone else's program I need to modify it so it will
work on my server. I wish to use it to confirm that only forms submiited from my
Domain will be processed. Its the reg ex I don't understand, Can someone help me
re-write it.
Is it as simple as su