Forum Discussion

darrenclegg_199's avatar
darrenclegg_199
Icon for Nimbostratus rankNimbostratus
Sep 09, 2011

Access restriction to certain URLs

I have a simple iRule to only allow certain URLs access(see below)     when HTTP_REQUEST   { if { not ([string tolower [HTTP::host]] eq "www.domain.com") }{   drop   HTTP::respond 20...