Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Support for posting gzipped data #117

Open
wiebeytec opened this issue Nov 19, 2018 · 0 comments
Open

Support for posting gzipped data #117

wiebeytec opened this issue Nov 19, 2018 · 0 comments

Comments

@wiebeytec
Copy link

On the forums I read that posting with gzip to influx is possible, but this library doesn't mention anything about it. Also, when I do it manually with PHP curl, the response is HTTP code: 400. {"error":"gzip: invalid header"}.

I post gzdeflate-ed data with:

Authorization: Basic removed=
Host: removed.influxcloud.net:8086
Accept: */*
Content-Type: text/plain
Content-Encoding: gzip
Content-Length: 660

Does influxdb support it? If so, how, and can it be added to influxdb-php?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant