Hi,
How can I make a compressed PUT http request to an apache server from B4A?
Is it compressed by default?
Also, does the OKhttp library provides in headers that it accepts compressed response?
Thank you in advance
No. After a lot of digging I can say that it is currently not possible to send gzip compressed requests unless you compress the data yourself (CompressedStreams from RAF) and decompress it on the server. The content length header will show the compressed length.
The thread question was answered. If you have any other question then please start a new thread. I cannot recommend any PHP example. Not really familiar with them.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.