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
Lambert_102051
May 25, 2012Historic F5 Account
This line:
HTTP::header replace Location "[string map { "http://" "https://" } [ HTTP::header Location]]"
Creates a b load/configsync bomb.
Should be:
HTTP::header replace Location [string map { "http://" "https://" } [ HTTP::header Location]]