Javi_Lora
Jul 27, 2021Altostratus
Redirect to a node with context
I'm trying to create a rule that when it comes with a context it redirects me directly to a node with another context.
Example:
when HTTP_REQUEST {
if {([HTTP::uri] starts_with "/citapreviarrcc") }
{
node "xxxxxxxxxxx:8080/citaprevia"
}
But F5 tells me that it is not possible.
Is there a way to do it.
Thanks.