lnewton
Mar 22, 2024Altostratus
URL rewrite
I'm trying to figure out how to write a policy or iRule that will modify a URL
For an example, a number of URLs (url1.mycompany.com, url2.mycompany.com, url3.mycompany.com, etc) point to a virtual server on our F5. I would like to create an iRule or Policy that will modify or rewrite the URL before routing the traffic to the nodes in the Pool to be (url1.ce2.mycompany.com, url2.ce2.mycompany.com, url3.ce2.mycompany.com, etc).
In other words I need an iRule or policy that rewrites *.mycompany.com to *.ce2.mycompany.com
We finally figured it out. We solved our issues by just re-issuing our SSL cert using as a multi-domain cert which incorporates these new domains.