Top "Http-compression" questions

HTTP compression is a capability that can be built into web servers and web clients to make better use of available bandwidth, and provide faster transmission speeds between both

How do I enable GZIP compression for POST (upload) requests to a SOAP WebService on IIS 7?

How can I enable compression for POSTed data uploaded to a .NET WebService (SOAP, not WCF)? I thought it would …

asp.net web-services iis-7 http-compression
Can I compress HTTP Requests using GZIP?

I am communicating to a Tomcat Server using a Java ME application on my mobile device. I was wondering if …

java java-me http-compression
Handling HTTP ContentEncoding "deflate"

What InputStream type should be used to handle URLConnection streams that have HTTP Content-Encoding set to deflate? For a Content-Encoding …

java http http-compression content-encoding
Compress/Decompress NSString in objective-c (iphone) using GZIP or deflate

I have a web-service running on Windows Azure which returns JSON that I consume in my iPhone app. Unfortunately, Windows …

iphone objective-c gzip deflate http-compression
Why Chrome prompts for downloading a page as a .gz file on hyperlinks but not I enter the URL manually?

I just discovered a very strange behaviour on Chrome while trying to accesss some pages. It will prompt to download …

google-chrome gzip http-compression
How to host static content pre-compressed in apache?

I host a JavaScript game which basically consists of an .html and a .data file. If I compress them with …

javascript apache .htaccess mod-rewrite http-compression
Accept-Encoding: gzip on iOS

Q1 With the iOS App kit, can I expect that Accept-Encoding: gzip will be used automatically, or do I need …

ios http-compression
Dynamic compression doesn't seem to be used in IIS 7.5

I currently have both static and dynamic compression configured. The static compression is working, however the dynamic compression, when checked …

http iis-7 dynamic compression http-compression
GZip compression with WCF hosted on IIS7

Everyone, as far as I'm concerned the question is ansered in EDIT 2. Although it's only a partial solution to the …

wcf iis-7 http-compression
Configuring IIS 7.5 to send JSON responses gzipped, NO_MATCHING_CONTENT_TYPE

So I'm trying to get my app to send its JSON responses using dynamic compression and gzip. Unfortunately this isn't …

.net json iis-7 http-compression