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

Difference between "x-gzip" and "gzip" for content-encoding

In request header, we have accept-encoding: gzip, but got response with encoding x-gzip. I found this note about x-gzip and …

networking encoding http-compression
How to zip- compress HTTP request with Spring RestTemplate?

How to gzip HTTP request, created by org.springframework.web.client.RestTemplate? I am using Spring 4.2.6 with Spring Boot 1.3.5 (Java …

java spring http http-compression
IIS application missing Content-Encoding - gzip in Response Header

In Firebug the request header has the following entry: Accept-Encoding: gzip, deflate But there's no: Content-Encoding: gzip In the Response …

asp.net iis http-compression iis-10
IIS 7 compression not working

I have a Windows server 2008 R2 with IIS 7. By default when you create a site in IIS, Compression is enabled. …

iis-7.5 http-compression
mod_deflate or mod_gzip, which should be used?

mod_deflate or mod_gzip, which should be used? I read mod_gzip on better explained but want to know …

apache compression http-compression
Azure Web App Not Using GZip Compression

I was using WebPageTest to test the performance of my Azure Web App (ASP.Net vNext Web API/Angular). I …

azure gzip azure-web-app-service http-caching http-compression
Tomcat8 Gzip Compression for CSS, JS

I am using tomcat8 and trying to simulate GZIP compression of CSS and JS. I have added the entry in …

compression gzip tomcat8 http-compression
How do I gzip webpage output with Rails?

What is the best plugin for Rails that gzips my webpage output? Edit: The company I am hosting with has …

ruby-on-rails optimization gzip http-compression
Enable HTTP compression with ASP.NET Web API

We serve files for a website from our Asp .NET Web API: public class Startup { public void Configuration(IAppBuilder app) { …

c# asp.net iis asp.net-web-api http-compression
"Content decoding has failed" error when download files using GZIP compression

My web app generates a CSV file on the fly, but whenever I use GZIP compression, the download fails: HTTP/1.1 200 …

http gzip download http-compression