One of our client is using Sophos Security software. They are experiencing a peculiar issue with our web applications. Our static web application is deployed on a server but a few JSON format data file arrives from an external AWS S3 bucket. The JSON files are GZIP encoded.
The Metadata properties of these gzipped json files are set the following way:
- Content-Encoding : gzip
- Content-Type : application/json
The bucket's CORS policy is set properly.
Interestingly, the json.gzip arrives and don't get rejected (HTTP 200). The problem is definitely with the decompression of the gzip. As I tested (without Sophos) every standard browser decompress the json.gzip correctly and the applications are working.
Is there any additional heading I can add to the S3 bucket files so Sophos will decompress correctly or it is something needs to be configured on Sophos?
Their Sophos versions:
Core Agent : 2.19.7
Endpoint Advanced 10.8.11.1
Sophos Intercept X 2.0.21
This thread was automatically locked due to age.