Skip to content

Mailing URLS with additional parameters #69

Description

@jaapjansma

In my mailing I have the following url: https://my-site.org/form?cid={contact.id}&{contact.checksum}

By default this url is replaced to https://my-site.org/civicrm/mailing/url?u=2&qid=3&cid=..&cs=...

Civi Proxy then translate this to: `https://proxy.my-site.org/url.php?u=2&qid=3&cid=...&cs=...

Expected results

Opening the CiviProxy url would lead to https://my-site.org/form?cid=...&cs=...

Actual results

Opening the CiviProxy url leads to https://my-site.org/form

Which is without the cid and the cs parameter.

Possible cause

CiviProxy does reomve the additional query parameters (such as cid and cs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions