[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Blocking access or redirection



> Is there any way to block access or redirect access based on the browser
> type?
> I would like to block access to Offline browsers like PaqRat,
> WebSnake etc.
> If blocking is not possible is there a way to fool them so they won't
> download enitre sites and/or servers?
>

Not that it has much to do with Cobalt specifically, but if you know the
particular browser types from your access logs, you should be able to do
something with either XSSI or Perl with $ENV{HTTP_USER_AGENT}

I'd look into some Unix sites with Google or www.apache.org For XSSI info
see http://www.bignosebird.com/

--
Dan Kriwitsky