When try to add link inside email i get
Open Redirect Redirecting to a URL coming from a screen input parameter makes your application vulnerable to open redirect attacks.
how to solve it >?
Hi Omar,
Please refer to the following documentation and find some recommendations to resolve the Open Redirect warning:
Hope it helps!
Best regards,
Nordin Ahdi
Hello Omar,
The warning indicates that you are using at least one input parameter of the email in the URL; otherwise, you wouldn't encounter this warning message.
As in the documentation Nordin sent, you just have to insert the input parameters inside the function ReplaceURLDomain(), from the extension HttpRequestHandler (the entire URL also works).
Example:
With this you wont have the warning anymore.
Kind regards,
Marta