Forum Discussion
player_72606
Nimbostratus
Jul 13, 2009URL redirection
Hi all,
is there a way to forward URL based on source or destination address
to a specific VS?
The_Bhattman
Nimbostratus
Jul 13, 2009You can redirect to a VIP.
Here is an example:
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr] equals 10.10.10.10] } {
HTTP::redirect "http://vip/"
}
}
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
