HTTP compression - can I configure a client to compress the data sent to a server?
Posted
by lgomide
on Stack Overflow
See other posts from Stack Overflow
or by lgomide
Published on 2010-04-16T18:42:43Z
Indexed on
2010/04/16
18:53 UTC
Read the original article
Hit count: 277
Hello,
I'm using IIS 7 as web server for my application. If I enable dynamic content compression in the server, will this also enable clients to send compressed data to the server, if they can?
I mean, my application uses SOAP webservices, and clients usually send large chunks of data to the server. The clients are written in C#/.NET. Is there any kind of configuration I can do in a web reference / serice reference in order to tell them to compress the content before they send it to IIS? And do I have to do any kind of configuration in IIS in order for this to work?
Thanks in advance
© Stack Overflow or respective owner