snowplow / enrich

Snowplow Enrichment jobs and library
https://snowplowanalytics.com
Other
21 stars 38 forks source link

Common: add base64-alphabet detection for POST requests #20

Open chuwy opened 4 years ago

chuwy commented 4 years ago

Our trackers use URL/filename-safe Base64 alphabet for encoding JSON data, which was explicitly chosen to make GET-requests safe.

However, it doesn't make much sense to use this encoding for POST-requests.

This is a non-backward compatible change that also should be reflected in trackers and tracker protocol.

chuwy commented 4 years ago

Migrated from https://github.com/snowplow/snowplow/issues/3847