Redirect link Email not working after update

Your software
My Mautic version is: 4.2.2
My PHP version is: 7.4.28
My Database type and version is: MySQL Ver 8.0.27-18 for Linux on x86_64 (Percona Server (GPL), Release ‘18’, Revision ‘24801e21b45’)

Your problem
My problem is:

Salutations,
today after the update from version 4.1.1 to 4.2.2 we realized that the links inside the mail with redirect do not work correctly.

On desktop tested on all browsers, even incognito, the page remains blank with status code 200, while on mobile it returns the 302 correctly and redirects.

Example link: https://automation.ollo.it/r/13a7ad85f187618122ea78f34?ct=YTo1OntzOjY6InNvdXJjZSI7YToyOntpOjA7czo1OiJlbWFpbCI7aToxO2k6NTk7fXM6NToiZW1haWwiO2k6NTk7czo0OiJzdGF0IjtzOjIyOiI2MjZhYmNkMWU4NWVlODM0NzIzMzI2IjtzOjQ6ImxlYWQiO3M6NzoiOTk0NjAyMyI7czo3OiJjaGFubmVsIjthOjE6e3M6NToiZW1haWwiO2k6NTk7fX0%3D&utm_source=automation&utm_medium=link&utm_campaign=come-contattarci

Searching the forum I did not find anything about this problem which makes Mautic almost unusable, I hope you can help me, thanks.

Best regards

These errors are showing in the log: no error

Steps I have tried to fix the problem: checked dns configuration and tried multiple browser

Hi @spiderdev ,
Did you find the solution for this problem? I have something similar to deal with at the moment.Thanks.

Hi ilo,
we fixed added this line in apache virtualhost:

SetEnvIfNoCase ^Authorization$ “(.+)” HTTP_AUTHORIZATION=$1

1 Like