Forum Discussion
singhaa42162_35
Nimbostratus
Mar 23, 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
Here'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; } } }
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