Connecting Tech Pros Worldwide Help | Site Map

zone alarm (pro) - block referer

Al
Guest
 
Posts: n/a
#1: Mar 6 '06
Hi

i'm having troble with a script where i check referer, on a PC with Zone
Alarm Pro the referer isn't send...

i did a couple of page of testing and no referer is sand, closing ZAP the
referer will work

How can i solve this, do you know wich option is in zone alarm that dosen't
send referer
d
Guest
 
Posts: n/a
#2: Mar 6 '06

re: zone alarm (pro) - block referer


"Al" <none@noooooowhere.it> wrote in message
news:1fzl9s2pfw7b2$.1hfuvq3gopr8m$.dlg@40tude.net. ..[color=blue]
> Hi
>
> i'm having troble with a script where i check referer, on a PC with Zone
> Alarm Pro the referer isn't send...
>
> i did a couple of page of testing and no referer is sand, closing ZAP the
> referer will work
>
> How can i solve this, do you know wich option is in zone alarm that
> dosen't
> send referer[/color]

You can use HTTP_REFERER, but don't expect it to be there. Browsers will
not always send that header, regardless of firewalls between them and your
server, so relying on it isn't a great idea. Sure - take advantage of it if
it's present, but don't let your code get upset if it's not there ;)

dave


Closed Thread