I'm sorry
Well, I'll try to explain it better
As I told you there are 3 apps and users will navigate by all of them. In the first one they buy products and then they will be redirected to our payments gateway, at this time we need to redirect users to the bank app where they'll write their passwords for their
cards. The problem is that we need do a post redirect to the bank app with some data received from first app and another data from our system and it isn't possible to use query string args in the URL.
You recomend me to use httpclient, but I think it isn't possible because the last app isn't a ws and i'm not sure if I can use it to redirect web traffic from users browser
As I told you I'm using a jsp that writes a http post form with a auto submit in body load. By the way, 2 parameters are for response URL when ok or ko
This way works, but... I would like to know if there are any other ways to do that
I hope you understand me, maybe my english isn't so good. I'm sorry
Thanks for all