29
Views
3
Comments
Security of application
Application Type
Mobile, Reactive

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.

2020-10-19 16-36-57
Soni Rawat

Yes i did it. but is there any specific topic which say if i dont want to show the inputs in url.

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

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.