Forum Discussion
Jan_T_104445
Nimbostratus
Aug 01, 2007Rewriting HTTP redirection with HTTPS->HTTPS (SSL-to-Server feature) does not func.
Dear Developers and Dear Community,
I've read many topics in the forum concerning the "rewrite HTTP redirection" feature - always reflecting the "HTTP redirect to HTTPS" case.
None...
Are you on 10.x or 9.x? For 10.x, you'd want to use a subtable to store the Referers instead of a global array. You can use the table command to access and modify a subtable:
http://devcentral.f5.com/wiki/default.aspx/iRules/table
You'd also want to change ::referer to a local variable as a global variable will be changed by all TCP connections--not just the current connection.
Aaron