Forum Discussion
yuanqiang_22112
Nimbostratus
Sep 28, 2018Domain name access only
Hi
LTM version 11.5.1, Please provide irules for domain name access application only .
Thankyou .
PeteWhite
Employee
Sep 28, 2018Do you mean an iRule that ensure that the client cannot access the application via the IP address? If so, that is very simple - just check the HTTP Host header.
when HTTP_REQUEST {
if { [string tolower [HTTP::host] ] != "" } {
reset
}
}
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