Hi All,
Im working on Password reset module where I have to use cryptoAPI to generate encrypted URL and send mail. Once I open the link from email, it shows file not found error. Can anyone guide me in this?
Hi @Varuni R ,
If you encrypt whole URL it will show the error. because without knowing the URL page will be not found.
So do not encrypt URL only encrypt query parameter's , once you redirect on this page via email link get this query parameters and decrypt in your logic .
Hope this will help you.
Hi Rahul Sahu,
That worked !!! But our need is to encrypt our environment as well module name too. Is there any other method to implement this?
Regards,
Varuni
I am not sure whole URL can be encrypted .
but here is the one more post for same read it, hope this will help you.
https://www.outsystems.com/forums/discussion/60887/url-encryption/
All references points to masking parameters. Let's explore more on this!!