DenisGrimard_34
Oct 16, 2013Historic F5 Account
I needed to do it like so to catch it properly:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" or [HTTP::uri] equals ""} {
set newuri "/signon.html"
log "Incoming uri - [HTTP::uri] being translated to $newuri"
HTTP::uri $newuri
}
}
If I didnt put in the second part of the if it wouldnt catch it if the user didnt put in the / in Chrome.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)