enrich icon indicating copy to clipboard operation
enrich copied to clipboard

Common: don't stringify objects when sending via POST requests in API Request enrichment

Open chuwy opened this issue 5 years ago • 0 comments

In https://github.com/snowplow/snowplow/issues/3857 we added support for POSTs, but functions we use still try to stringify the payload as it was GET, whereas sending plain object instead of string in POST body would be much more appropriate.

chuwy avatar Sep 22 '20 09:09 chuwy