Forum Discussion
Redirect when the client address is not equal to the networks in datagroup
enable the log and make sure the condition is sucessfull or not
when HTTP_REQUEST {
if { not[class match [IP::client_addr] equals XYZ_group } {
log local0. "SUCCESS REDIRECTING THE USER [IP::client_addr] TO NEW DOMAIN "
HTTP::respond 301 Location "http://rextrum.com/xyz"
}
}
in console type tail -f /var/log/ltm to check the log in realtime.
also use developer tool in browser to check the response .
Hi Ragunath,
I can see that in the logs but it's still breaking and when I verified in the developer tools. I don't see any kind of 301 in that.
- ragunath154Apr 08, 2020
Cirrostratus
can you post those logs here
also try
HTTP::redirect
when HTTP_REQUEST {
if { not[class match [IP::client_addr] equals XYZ_group } {
log local0. "SUCCESS REDIRECTING THE USER [IP::client_addr] TO NEW DOMAIN "
HTTP::redirect "http://rextrum.com/xyz"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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