408
Views
2
Comments
Open Redirect  Redirecting to a URL coming from a screen input parameter makes your a
Question

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 >?

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

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

2020-06-29 08-28-39
Marta Fonseca

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

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