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
RaaaaaaJRaaaaaaJ 

How to pass url parameters without showing them to the end user in POST method Salesforce?

Hi all

Please give an example how to do
How to pass url parameters without showing them to the end user in POST method Salesforce?

Michael DsozaMichael Dsoza
Hi Ravi,

You can pass URL Parameters using JSON data.

For more info about JSON, http://www.w3schools.com/json/ 

Hope it will help you.
Abhi_TripathiAbhi_Tripathi
Hey Ravi,

You can use the Encrytion of data and pass them through URL, then user will be unable to see your data.

Go for this POST : http://salesforceworld4u.blogspot.in/2014/01/encryption-and-decryption-in-salesforce.html
Read this one also : http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_restful_crypto.htm

Regards,
Abhi Tripathi || Salesforce Certified Developer
Join My Blog : http://abhithetechknight.blogspot.in/