PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Encrypt confirmation query string

  1. Hi Guys,

    Is there a way a encrypt the query string being sent to a confirmation page via redirect?

    If not via standard settings, could you please point out where I could include some custom code to do this?

    I was thinking about adding something link this:
    <?php
    $str = 'This is an encoded string';
    echo base64_encode($str);
    ?>

    Result:
    VGhpcyBpcyBhbiBlbmNvZGVkIHN0cmluZw==

    Thanks
    Daniel

    Posted 13 years ago on Sunday July 18, 2010 | Permalink
  2. Currently this is not possible with the confirmation redirect capabilities, but it is a good idea. We will add it to our idea list for possible inclusion as a feature in a future release.

    Posted 13 years ago on Sunday July 18, 2010 | Permalink