Forum Moderators: phranque
The POST request may be compressed using the gzip algorithm, in which case the HTTP request
header ContentEncoding must be present and have "gzip" as value. A POST request compressed
with gzip must be compressed by the client in its entirety (i.e. the whole message must be
compressed, not the single parts of the multipart/formdata content). It is a client responsibility to
check whether the server supports content compression, this is done by checking the value of the
HTTP response header XAlpineBitsServerAcceptEncoding which is set to "gzip" by servers who
support this feature. The so called "Housekeeping" actions must not be compressed.