You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if one sets a redirect containing parameter values in uppercase, e.g. a Google Campaign like: ?utm_medium=Èmail&utm_campaign=TEST-Campaign
the values (and parameter names) get converted into lowercase which leads in the case of Google to two different campaign sources.
I'm sure there are other cases where capital letters in parameters or values must be respected as well.
I didn't find an option to control this behavior and in the code it looks like toLower is one of the first actions applied to the redirect path.
What was your intention to do a conversion to lower case anytime and is there a workaround to keep capital letters.
Kind regards and thank you for this great extension
Andreas
The text was updated successfully, but these errors were encountered:
Hi,
if one sets a redirect containing parameter values in uppercase, e.g. a Google Campaign like:
?utm_medium=Èmail&utm_campaign=TEST-Campaign
the values (and parameter names) get converted into lowercase which leads in the case of Google to two different campaign sources.
I'm sure there are other cases where capital letters in parameters or values must be respected as well.
I didn't find an option to control this behavior and in the code it looks like
toLower
is one of the first actions applied to the redirect path.What was your intention to do a conversion to lower case anytime and is there a workaround to keep capital letters.
Kind regards and thank you for this great extension
Andreas
The text was updated successfully, but these errors were encountered: