function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SimbaSimba 

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