13
Views
4
Comments
CryptoAPI - URL redirects to FILE NOT FOUND page
Question

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?


Screen Shot 2023-05-10 at 11.17.46 PM.png
2026-02-26 06-29-24
Rahul
 
MVP

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.


2024-11-01 10-35-12
Varuni Rajendran

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


2026-02-26 06-29-24
Rahul
 
MVP

Hi @Varuni R ,

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/


2024-11-01 10-35-12
Varuni Rajendran

Hi Rahul Sahu,

All references points to masking parameters. Let's explore more on this!!

Regards,

Varuni

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.