igor_
Jul 21, 2023Cirrus
LTM Policy HTTP Rewrite Rule
Hi all,
I am trying to rewrite the part of Path URI using LTM Policy but the problem is when the Path URI gets rewritten the whole URI is rewritten without keeping the rest of the path.
So for example, and I am pasting my exact rule just masked the parts because of information disclosure, when the request is: https://www.mydomain1.com/path1/v2/d/the_rest_of_the_path I want to rewrite /path1/v2/d into /path/app and then add the rest of the path content: https://www.mydomain1.com/path1/v2/d/beta/search?q=test
into https://www.mydomain1.com/path/app/beta/search?q=test
But what I get is: https://www.mydomain1.com/path/app/ and the rest is cut off.
Does anyone have a suggestion using GUI interface without resorting to iRule?
Thanks,
Igor