We are debugging a problem in our environment where we’re occasionally getting an ERR_CONTENT_DECODING_FAILED message from services. It is always cached services that cause the error. The same service can work 10 times in a row and fail the 11th time.
As a way to help us debug, is there a way to turn off compression on cached services globally? I know you added NoCompression = true to the [CacheResponse] attribute, I was wondering if there was an global equivalent (when Initializing the cache, perhaps).
thank you,
Matt Tag