Co's,
I enabled GZip compression in my Spring Boot Embedded Tomcat using CompressingFilter (https://github.com/ziplet/ziplet) and FilterRegistrationBean from Spring.
It is working fine in Chrome & Firefox.
- I am getting Content-Encoding = gzip in response headers
- Transferred JSON data size is reduced from 6.5MB to 1.2 MB - Great :-)
But, the same code is NOT working in Internet Explorer 11.0.9600.18097.
In Internet Explorer,
- Content-Encoding = gzip is missing in response headers
- Transferred JSON data size is still 6.5MB only.
I have pasted my headers ( IE11 ) below.
Could anyone help me to figure out this issue?
Update: Please find Chrome Headers below.