Opening a web app from another web app - server side

253 Views Asked by At

I have a web application (say WA1 ) which is hosted in cloud.

I have a proxy java application running in my private network and communicates with WA1 .

On click of a button in the cloud application WA1, I want to open another webapp (say WA2) which is running in my private.

How can I do this ?

I have REST connectivity between WA1 and WA2 through the proxy.

0

There are 0 best solutions below