Forum Discussion
Justin_106620
Nimbostratus
May 08, 2017append irule based on source address help
I am in need of an irule to append a uri if your source address is not x.x.x.x The /auth-smartweb redirects you to our adfs for single signon. once authenticated your are brought back to the site....
Stanislas_Piro2
Cumulonimbus
May 09, 2017Hi,
Try this code
when HTTP_REQUEST {
if { not ( [IP::addr [IP::client_addr]/16 equals a.b.0.0] ) } {
HTTP::uri /auth-smartweb
}
}
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