Forum Discussion
MichaelMa_61351
May 02, 2011Nimbostratus
Block Referer in Shared F5
Hello,
We are using shared F5 appliance which service other www sites as well as ours. I would like to know, if it is possible by iRules or by other means in F5 to block a list of HTTP requests ...
Auz_102504
Aug 16, 2012Nimbostratus
Thanks would this work?
when HTTP_REQUEST {
if {[string tolower [URI::host [HTTP::header referrer]]] contains "google.com"}{
HTTP::respond 200 content {Blocked!}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects