If you uploaded compressed JSON from the ocap_exporter extension you could save yourself 90% or more data when POSTing to a webserver that supports it, i.e. apache.
Reasoning:
JSON is extremly compressable. It is mainly whitespace and repeated characters. A fantastic candidate
Apache and most other web servers readily accept compressed body data
Apache has a 2mb post body upload size by default.
Hi there,
If you uploaded compressed JSON from the ocap_exporter extension you could save yourself 90% or more data when POSTing to a webserver that supports it, i.e. apache.
Reasoning: