I have a form page. When the page is submitted, I want it to go to a central controller (instead of a form action value) which will get all the information (form action value, post values, get values), and I want to pass those values to another play application to process. Is that possible? How can I do it?
Share
For this you have to use an External LoadBalancer.
The LoadBalancer will take the submitted form values and throw to the instance. The Instance will get the values and sent back the reply.