Forum Discussion
Dawn_Hughes_208
Nimbostratus
Mar 23, 2012URI rewrite and pool with port redirection
I am really new to iRules and am hoping you experts can assist. We have a URL http://myurl that needs to go to two load-balanced packend URLs on different ports:
https://server1:8443/path/n...
Colin_Walker_12
Feb 07, 2011Historic F5 Account
String map would certainly work but keep in mind it's going to nuke every entry of SSL it sees, so make sure you're using something completely unique. The reasoning for the above logic was to make sure it's only replacing the first instance of the string, not all of them.
Also, RE: the SSL problem: Make sure the iRule is applied to the SSL virtual as well as the HTTP virtual, and remember that it's only going to work if you're decrypting SSL on your LTM.
Colin