Forum Discussion
singhaa42162_35
Nimbostratus
Mar 22, 2018required i-rule
I need one requirement for i-rule
allow internal user (10.0.0.0/8) to uri xyz .
internet user should not able to access xyz but able to access xyz/abc/test
JG
Cumulonimbus
Mar 25, 2018Here's one, easy to modify:
when HTTP_REQUEST {
if { not ([IP::addr [IP::client_addr]/8 equals 10.0.0.0]) } {
if { [HTTP::path] starts_with "/xyz/abc/test" } {
Allow through.
} 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