We have a client who is having difficulty viewing our content over their VPN. If they browse to the content it appears with all crazy characters. I think I have worked out its somthing to do with GZIP, possibly the header is being stripped out?
Example of what it looks like: http://temp.a2om.com.s3-website-eu-west-1.amazonaws.com/help.html Note: i manually removed the header on that so you can see what it looks like for the client, and to help me diagnose the problem
However, the real files DO have the real headers, for example: http://temp.a2om.com.s3-website-eu-west-1.amazonaws.com/works.html This comes back with the headers Accept-Encoding:gzip, deflate, sdch
Any ideas why this would do this over a VPN, is there anything we can do (apart from uploading uncompressed)
Headers from mine(bottom) client(top)
Many thanks