20-Oct-2020 05:52
20-Oct-2020 06:20
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.
20-Oct-2020 06:23
thank you very much,
Now how to redirect the server responses as if they are originated from the first VS?