LTM Rewrite Profile for URI Translation
Anyone having success with this? I tried setting this up and cannot get it to work.
My setup is a LTM VS with an APM policy applied. I created the rewrite profile from the LTM section and setup a URI/Server combination like:
/SO_SO_IN --> https://backendserver.sample.com/my/new/uri/is/this
I have an iRule setup for logging only and have events in to follow through the process. One of the events I have is the REWRITE_REQUEST_DONE and I never see it get triggered and the outgoing URL to the pool has the same host and uri in it.
I am using this URL to get the image for the LTM/APM flow:
https://devcentral.f5.com/articles/http-event-order-access-policy-manager
Any thoughts for iRule logging to see if the rewrite profile is even being evaluated? I have set the APM log to debug and it looks like once it passes the ACL validation it passes straight back into the LTM.
I have learned more about the F5 this week than I ever thought I would trying to figure this out and an issue with the LTM handing off to the APM when dealing with HTTP POST larger than around 64k.