Forum Discussion
Tyranon_113005
Nimbostratus
Sep 11, 2018Restrict the HTTP access by ip address in data group
I want to restrict the access to the Web server by iRule with data group.
There is a data group "testclient".
I made irules(with some restriction) like below.
When the client ipaddress in "testc...
Stanislas_Piro2
Cumulonimbus
Sep 12, 2018What is the goal of x-true-ip header and uri conversion to lowercase? It is not used in your condition!
when HTTP_REQUEST {
if {([class match [IP::client_addr] equals testclient])}{
pool A
} else {
pool B
}
}
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