Forum Discussion
Puneet_73909
Nimbostratus
Nov 30, 2009Conditional Forwarding
Hi All,
Need ur Help!!!
I have a situation where I need to restrict access to one of my website url from outside world and allow it from internal network.
...
JRahm
Admin
Nov 30, 2009Something like this maybe?
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/doc" && !([IP::addr [IP::client_addr]/24 equals 10.10.1.0]) } {
HTTP::redirect "http://my.outage.page"
}
}
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