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

MartinM_58357's avatar
MartinM_58357
Icon for Nimbostratus rankNimbostratus
May 29, 2014

HTTP::uri caching

Hi Irule snippet... set foo [HTTP::uri] log local0.info "foo = $foo" set foo [string map -nocase {"jim" "fred"} [HTTP::uri]] log local0.info "foo = $foo" set HTTP::uri foo log local...