I understand there is little or no standard for implementing gzip compression for data transfers to a webserver (as opposed to the standardized option available for the response). But I'm curious what would be the direction to go if I did want to do my own implementation of this this at the server level. Is this something a custom module for IIS could handle?
Asked
Active
Viewed 520 times
1
-
I think this post is what you are looking for: http://stackoverflow.com/questions/16671216/how-do-i-enable-gzip-compression-for-post-upload-requests-to-a-soap-webservice – user1704000 Jun 13 '13 at 16:10
-
appears to be... very good – Brady Moritz Jun 14 '13 at 13:08