Open msastre73 opened 2 months ago
Target was pointing to "https://${campaign.path}.raisely.com" which returned a redirection to "https://${campaign.path}.raiselysite.com" so the interception didn't work. That line of code was changed so it now points directly to https://${campaign.path}.raiselysite.com avoiding the redirection.
Target was pointing to "https://${campaign.path}.raisely.com" which returned a redirection to "https://${campaign.path}.raiselysite.com" so the interception didn't work. That line of code was changed so it now points directly to https://${campaign.path}.raiselysite.com avoiding the redirection.