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

Thomas_Uczekaj_'s avatar
Thomas_Uczekaj_
Icon for Nimbostratus rankNimbostratus
Jun 07, 2006

Can you hide a URI change from client

Here is the sample Irule:       when HTTP_REQUEST {   if { [HTTP::uri] equals "/"} {   HTTP::uri /stuff }   }     It does this:   client submits: http://host.testing.com ...