1015
Views
6
Comments
Solved
How Encrypt/Hide Input Parameters in URL
Question
Service Studio Version
11.9.1 (Build 33436)

Dear All

How to Encrypt url parameters like the url below? how do I implement and what plugins are the best to use?

https://outsysdev.danamon.co.id/BDIBPS/VA_TrxReportDetail.aspx?VaNumber=8855778802454673&DateFrom=2020-09-01&DateTo=2020-11-22&KodeInstitusi=&NamaInstitusi=&MemberId=as123


2019-03-03 13-55-42
Hothorasman Panjaitan
Solution

Dear All,

Thank you for the reply and support I have found a solution for this, For this case I made input parameters in session and it has worked


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi, 

Please rea the links to older discussions, provided to help you. Using session variables instead of input parameters brings other limitations to your solution like one user not easily to open multiple simultaneously instances of the same page with different data.

Regards,

Daniel

2019-03-03 13-55-42
Hothorasman Panjaitan

Dear Daniel

My point is that I enter the ID parameter input into the session first and when on the detail page I assign the session to the ID parameter


Thanks And Regards

2022-10-18 07-32-49
Randall Jodache Chetty
2018-09-27 18-20-33
Swatantra Kumar
Champion

Hi Hothorasman,

As far as hiding the input parameters are concerned you may use the HTTP POST request instead of a GET. A “Submit” will do the trick. 

For encryption, there are many ways to achieve it. I believe there are couple of plugins which provide the encyrption support. Have a good read of https://www.outsystems.com/forums/discussion/9240/re-how-to-hide-parameters-in-urls/

Regards,

Swatantra


2019-03-03 13-55-42
Hothorasman Panjaitan
Solution

Dear All,

Thank you for the reply and support I have found a solution for this, For this case I made input parameters in session and it has worked


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi, 

Please rea the links to older discussions, provided to help you. Using session variables instead of input parameters brings other limitations to your solution like one user not easily to open multiple simultaneously instances of the same page with different data.

Regards,

Daniel

2019-03-03 13-55-42
Hothorasman Panjaitan

Dear Daniel

My point is that I enter the ID parameter input into the session first and when on the detail page I assign the session to the ID parameter


Thanks And Regards

2022-10-18 07-32-49
Randall Jodache Chetty
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.