chrstophg
Results
1
issues of
chrstophg
Hey! Currently the `Content-Type` header is set to `text/plain`, like [here for the batch calls](https://github.com/segmentio/analytics-next/blob/master/packages/browser/src/plugins/segmentio/batched-dispatcher.ts#L88). Since we're sending JSON, should this be updated to `application/json; charset=UTF-8`, or is there any...