Rewriting Redirects
While best practices for virtualized web applications may indicate that relative self-referencing links and redirects (those which don't include the protocol or the hostname) are preferable to absolu...
Published May 14, 2008
Version 1.0Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
Deb_Allen_18
Historic F5 Account
Joined September 25, 2004
Jamie_Cravens
Dec 09, 2009Nimbostratus
Also missing a space now:
if{ [HTTP::header Location] starts_with "/" }{
Should be:
if { [HTTP::header Location] starts_with "/" }{