Hello OutSystems Community,
I'm currently working on a web application and I'm looking for advice on how to secure it against data tampering during transit. I want to ensure that the data remains confidential and unaltered as it travels between the client and server.
I've already implemented HTTPS and obtained an SSL/TLS certificate, but I'm wondering if there are additional best practices or features within OutSystems that I should be aware of. Are there any specific configurations or security headers that are recommended?
Any guidance or recommendations on secure communication practices within Outsystems would be greatly appreciated.
Thank you in advance for your help!
Best regards,
Anvita Desai
Hello @Anvita Desai , for best security practices, you can refer this page
https://success.outsystems.com/documentation/best_practices/security/reactive_web_security_best_practices/
To strengthen the security, you can use these 2 techniques
https://success.outsystems.com/documentation/11/managing_the_applications_lifecycle/secure_the_applications/apply_content_security_policy/
https://success.outsystems.com/documentation/11/managing_the_applications_lifecycle/secure_the_applications/enforce_https_security/
Hi @Anvita Desai,
In addition to what @Mohd Arsalan Farooqui provided, please also have a look to the following article:
Develop secure OutSystems apps
Thank you!