Secret HTTP redirection
Hi, I need to hide HTTP redirection on LTMs using an iRule. Here's my simple example: when HTTP_REQUEST { if { [HTTP::uri] starts_with "/test"} { HTTP::redirect "http://xx.xx.xx.xx/test" log local0. "Enabling redirection for HTTP:...