systopia / CiviProxy

A security proxy for CiviCRM
GNU Affero General Public License v3.0
7 stars 18 forks source link

Fix for issue #55: view in browser link is broken #56

Closed jaapjansma closed 2 years ago

jaapjansma commented 2 years ago

This fixes #55 where the view in browser link is broken.

Before

In a received bulk mail the view in browser link does not lead to a personalized mail in the browser. Instead you see the tokens e.g. Dear {contact.first_name} instead of Dear Jaap Jansma

After

In a received bulk mail the view in browser link does lead to a personalized mail in the browser. You see Dear Jaap Jansma.

Cause

Civi Proxy did not pass on the parameters cid and cs from the url to CiviCRM.

bjendres commented 2 years ago

Thanks @jaapjansma !