Diego,
I want to make an additional note in addition to what Armon said. This
information is all in the checkpoint library README, but I just want
to repeat it for the mailing list.
Nothing sent as data in the request (you can see the full request in
your error message) is personally identifiable. The "signature" is
just a random UUID that is generated to avoid duplicate messages being
sent back for security notices within a period of time. If you're
really concerned about this UUID somehow being identifiable, or you
don't want this cookie-like behavior, you can specify the
`disable_anonymous_signature` configuration to generate a new UUID
every request.
You can disable it, but we recommend keeping it on if you can since it
will put notices in your logs of potential security issues, critical
bug fixes, etc.
Best,
Mitchell