Forum Discussion
lorenze
Aug 11, 2020Altocumulus
Drop Traffic in F5
Hi, So we have this multiple cnames for our website and was wondering if its possible in f5 to drop traffic if its not equal to our www.site.com . So basically, we wanted to drop any traffic...
Aug 11, 2020
Hi lorenze,
when HTTP_REQUEST {
if {[string tolower [HTTP::host]] ne "www.site.com"} {
drop
}
}
- lorenzeAug 11, 2020Altocumulus
,
Thanks or the quick response. Will this make the page load for a couple of seconds and times out or just times out right away when accessed.
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