Change URI
From Tech-Wiki
Revision as of 15:57, 20 May 2019 by Fabricio.Lima (Talk | contribs) (Created page with "Category:F5 Networks '''Back to iRules''' when HTTP_REQUEST { if { not ([HTTP::uri] starts_with "/SecureServer") } { HTTP::uri /SecureServe...")
when HTTP_REQUEST { if { not ([HTTP::uri] starts_with "/SecureServer") } { HTTP::uri /SecureServer[HTTP::uri] } }