For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Arie's avatar
Arie
Icon for Altostratus rankAltostratus
Apr 30, 2008

HELP! - what's wrong with this redirect?

when HTTP_REQUEST {       if { [string tolower [HTTP::uri]] starts_with "/account" } {     HTTP::redirect https://www.domain2.com[HTTP::uri]     }       }