HI all,
I have question if i dont want to show the inputs in URl for that what approch we should use to secure the mobile app or reactive app.
Can anyone please help me with example.
Hi Soni,
Did you already search for documentation available for this topic:
Regards,
Daniel
Yes i did it. but is there any specific topic which say if i dont want to show the inputs in url.
There is a reason for that. First, parameters in an URL are not per definition insecure, the app is insecure because you are not revalidated/limiting access server side. Second, even if you would hide the Id in an URL, that does not mean your application is secure.
This topic of hiding ids is very discussed by MVP Justin James on this article:
https://jmjames.medium.com/hiding-ids-in-outsystems-urls-7eea5b5c9ed7