Hi,
I need to redirect a client's request from web service A to web service B. The goal here is to update the server side logic only, so that the client can be redirected to web service B seamlessly without updating the url of which web service it should be pointing to.
I can easily turn web service A to the client of web service B so that it acts as a proxy sitting in between of the client and web service B. But our tech lead has turn this option down.
Are there any other ways?
Thanks