I have to call a remote service which expects me to send some parameters along with the URL, i.e.: HTTP://HOST:PORT/APPNAME/privado/loginAction.do?idioma=ES&CssSize=1&urlRespuesta=SOMEOTHERURL
How should I make the call from a controller in Spring MVC??
Obviously the host is not the same as the one in which my app is deployed…
Well, in the end I did it somewhat like you suggest but this way: