Answer the question
In order to leave comments, you need to log in
How to zip POST in php and unpack in C#?
The data before sending looks something like this
array(2) {
[5]=>
array(9) {
["2020-09-23 07:04:41.649000"]=>string(11) "T,1"
["2020-09-23 07:04:41.652000"]=>string(13) "D,10"
...............................
}
[1]=>
array(99) {
["2020-09-23 07:04:29.903000"]=>string(13) "M,0,0"
["2020-09-23 07:04:30.153000"]=>string(13) "M,1,0"
...............................
Answer the question
In order to leave comments, you need to log in
In fact, any web server can do transparent data compression.
Unless, of course, the client sends a request with the appropriate Accept-encoding and is ready to parse the compressed response.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question