@dreamoka ok, I think I get it. Let me rephrase and you tell me if I’m correct:
You need to use Gateway mode to support (almost) any HTTP verb. Since using Gateway mode, we don’t have the option of rewriting the outbound URL target. And you have a situation where you have two backend rest servers (A and B), each providing a service on /getLiveliness . And you’re wondering how you can design/configure the broker such that there is some way for clients to send a request to a particular backend server.
Off the top of my head, I don’t know. I’ll think about it for a bit. Perhaps others here might know? But I’ll just ask: are you sure you can’t use POST for everything? It would simplify a lot of things. haha
EDIT: If you’re just looking to round-robin the incoming request to either server, that’s definitely possible… you just need to configure two REST Consumers in your RDP.