Suppose I have two server endpoints:
and whenever an URL /consumedata
is requested by the client it should bind the request/response to server1/endpoint
and also copy the request to server2/endpoint
where the request can just sink or get a HTTP 200 response. Response JSON still comes from server1. How do I do it?