Hi,
With respect to my understanding on HTTP Dynamic Compression, client will place Accept - Encoding with listed Compression either gZip or Deflate, based on which server will compress the HTTP file. Typically these is what is Get secnario is.
What is the behaviour in case of HTTP Post request method with respect to HTTP Dynamic Compression?
Thanks