Re: block access based on referer by Keith
Keith
Wed Mar 03 08:56:59 CST 2004
You can do this using ASP, ASP.Net, PHP, etc. Just check the HTTP_REFERRER
value in the HTTP request headers and block if it doesn't match the
string(s) that you provide.
"Dirk" <dirk@nospam_to_remove_ofcourse.woodstone.nu> wrote in message
news:uLhqc$QAEHA.444@TK2MSFTNGP11.phx.gbl...
> I would like to restrict (block) access to my site if a request uses a
> specific referer. I know that this would not be 100% efficient, still it
> looks like something very usefull.
>
>
> If this can't be done with "just" IIS, maybe a 3rd party?
>
>
> dirk.
>
>