I'm trying to replace this deprecated directive with the suggested one:
reqrep ^([^\ :])\ /application/(.) \1\ /\2 to http-request replace-path /bankfast/(.*) /\1
But it didn't work. Looks like the application is not sending correct request to the backend server
Not sure if the change is correct.