How can I best protect an application by preventing exposure of sensitive data passed in URL arguments?
Hi Henrique Querido,
There are several ways to do this, see this article from an MVP, it is a long time old but it works perfectly.
The second URL that Miguel shared also has other ways of doing this.
Best Regards,
Pedro C.
Hi @Henrique Querido
You could use session variables to avoid using screen inputs or alternatively if you want to use screen inputs you can check those posts:
https://www.outsystems.com/forums/discussion/56839/hiding-url-parameters-for-vapt/
https://www.outsystems.com/forums/discussion/71831/encrypting-input-parameters-in-url-of-details-screen-in-reactive-app/
Hope this helps!
Best regards,
Miguel Sousa