I want to redirect request in spring webflux. However, i want to pass the post payload body, and request attributes as well..
I see examples here which speak about redirection but without payload or attributes: Redirection inside reactive Spring Webflux REST controller