You need to sign in to do that
Don't have an account?

posting to a Visualforce Page using Apex (not display parameters on the querystring)
Is there a way to redirect to the Visual Force Page so that it does HTTP POST and HTTP GET.
Currently when I do PageReferce.setRedirect(true), the parameters get displayed on the queryString. I would like hide the parameters from the query string.
I really appreciate any help on this.
Thanks
Regards