Using Gzip in HttpRequests
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello I am making http calls from my C# desktop application. I want to use Gzip compression while posting data and also deserialize the server response that is in GZip compression. Any help for that.
-
Hello I am making http calls from my C# desktop application. I want to use Gzip compression while posting data and also deserialize the server response that is in GZip compression. Any help for that.
-
Do not forget to modify the content type of the http header in order to correctly handle it on the server side or client side.