Redirect - Get == Annoying parameters on url
Hi everyone.
I have a web site with php deployed on Apache Web Server and a web app deployed on Apache Tomcat.
I want to redirect from an Action (struts servlet) to web site磗 php file with some request params. But when I do the redirect, my browser does a GET request, showing all the params in the url. There磗 anyway I could redirect with POST method with header params? I think forward is not a good idea because the url must be inside my app context to do that.
Ty.

