My question for the community is: is there a way to redirect only http GET method to a new url, while http POST method is not redirected? (The POST method is allowed through to the old url).
Havent tested yet but you could try looking at the http.request.methodfield?
i.e. create a Dynamic Redirect with an expression of something like … http.request.method eq GET?
Let me know how it goes, curious to hear