Forum Discussion
kaoutar
Cirrus
Oct 20, 2020redirect to another vs
Hellos folks,
Can anyone help me to create an iRule that redirect HTTP requests from one dirctory placed in one VS (X) to another VS(Y) which is responsible to respond to those requests
Thanks in advance
Hi kaoutar,
when HTTP_REQUEST { if { [string tolower [HTTP::uri]] starts_with "/example" } { virtual vs-name } }
https://clouddocs.f5.com/api/irules/virtual.html
Or you can use ltm policy.
- kaoutar
Cirrus
thank you very much,
Now how to redirect the server responses as if they are originated from the first VS?
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