Forum Discussion
Nuruddin_Ahmed_
Cirrostratus
Dec 27, 2016restricting urls for a virtual server
Hi,
I have below setup
Internet user --> Internet Firewall --> F5 --> Backend server (Pool Member)
I have created a virtual server on F5 with IP address 10.10.10.10 which is nattted on internet...
TayF5un
Nimbostratus
Dec 27, 2016Hi Nuriddin,
You can use irule shown below.
when HTTP_REQUEST {
if {([string tolower [HTTP::host]] equals ";) || ([string tolower [HTTP::host]] equals ";)}{
pool webpool
}
else {
reject
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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