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

stan_peachey_86's avatar
Mar 04, 2010

iRule: problem modifying uri without a redirect

I'm attempting to do a simple uri modify without a redirect and nothing changes:     when HTTP_REQUEST {     if { ([HTTP::uri] starts_with "/aaa/bbb/CCC/") } {   HTTP::ur...