Forum Discussion
DM_5174
Nimbostratus
May 09, 2011HTTP to HTTPS conditional redirect help
hi all,
Please help with integrating the first code and second code int an effcient script that achieve both redirecting if the
users comes in connecting to www.test.com so it goes to a...
hi hoolio,
Thank you very much for your reply.
The version is 10.2
- Colin_Walker_12Feb 03, 2006Historic F5 AccountWell, you can certainly use iRules to parse out the information you're looking for from a cookie, that's straight forward enough.
- laurent_marion2Feb 06, 2006
Nimbostratus
Hi, - Colin_Walker_12Feb 06, 2006Historic F5 AccountWell, if the cookie has the needed information, and the cookie is updated with the same (or a predictable) name, then you should be able to get the information for the backup server out of the cookie with the HTTP::cookie command.
- laurent_marion2Mar 09, 2006
Nimbostratus
Hi,