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
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
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
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
Thanks for sharing
Hello Hothorasman,
See this post https://www.outsystems.com/forums/discussion/41357/encrypt-hide-input-parameters-in-url/
and this article https://medium.com/@jmjames/hiding-ids-in-outsystems-urls-7eea5b5c9ed7
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/
Swatantra