anyone can teach me use Encode for run in outsystems . because i dont understand to use it.
Hi,
First things first, did you read the official documentations for these functions?
https://success.outsystems.com/Documentation/11/Reference/Errors_and_Warnings/Warnings/HTML_Injection_Warning
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Built-in_Functions/Text#EncodeHtml
Regards,
Daniel
thank you,sir.
Hi Kettiyos,
Please take a look at the following things to better understand their concepts and how to protect from them:
SQL Injection Warning
HTML Injection Warning
JavaScript Injection Warning
Here you will find syntaxes of how to use them inside application:
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Built-in_Functions/Text#EncodeUrl
For more Info, please refer following:
https://success.outsystems.com/Documentation/Best_Practices/Security/Injection_and_Cross_Site_Script_(XSS)
Hope it Helps, Thanks :)
Thank you very much