Forum Discussion
DM_5174
Nimbostratus
Mar 11, 2011independant from case-sensitive URI path httpS redirect
Hi All,
I was wondering if I could get some help from all of the i-rule gurus here.
Below is an i-rule we have that will 1) add "www" to the URI if a user forgets to put it in, and
2) if...
Chris_Miller
Altostratus
Mar 11, 2011Wait - are you saying someone who puts in abc.test.com/abc isn't being redirected to www.abc.test.com/abc ?
The redirect will honor the case. The user's request is stored in [HTTP::uri] so referencing that within the redirect keeps it as is.
Currently - what's the behavior you're seeing and what would you like to see? ;)