I want to forward rest service request coming to Server A to Server B and C.
The condition to forward depends upon data coming. The condition is pretty complex and I would have to make a DB call to know where the request should go.
Does anyone know hows to achieve this in IIS.
I am not able to change client code at all.
Thanks, Guy