Is Radzen support URL Encryption?
Hi @Lokesh_sc,
What do you mean by URL Encryption? Could you give an example? Is that HTTPS? If yes - Radzen supports HTTPS.
Best,
Atanas
Parameters in the URL needs to encrypted.
Ex: mydomine.com/account/3/
3 needs to be encrypted.
Thank you for clarifying this for me. No, parameters are not encrypted in Radzen applications out of the box. You can probably do so via custom code - first encrypt the parameter value when navigating to a page in Radzen and then decrypt it when you need to use it. Radzen doesn’t include built-in encrypt and decrypt functions though - you should implement them yourself.