Forum Discussion
aboulleill_3013
Nimbostratus
Jan 23, 2018limit access from source 192.168.1.1 to single URL and permit all others
Dears,
I'm trying to write an irule that limit access from source 192.168.1.1 to single url :
else permit to all.When applying the below on VS its not working anymore.
it should be when http_re...
Emre_Ovali_1466
Cirrus
Jan 23, 2018Hi aboulleill,
Could you please try to use this irule?
when HTTP_REQUEST {
if {[IP::client_addr] equals "192.168.100.201" }{
if {[string tolower [HTTP::uri]] equals "/cvs/chn.website.cvs.account_1.0?wsdl" } {
drop
}
}
}
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
