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

brandonaldape_2's avatar
brandonaldape_2
Icon for Nimbostratus rankNimbostratus
Aug 07, 2017

Dynamic Path-Prepend based on beginning of URL.

I need to be able to path-prepend a dynamic URI based on the beginning of the URL. For example we use: when HTTP_REQUEST { if { [HTTP::path] "/" } { HTTP::redirect "/abc/" } } Instead of hard...