I created a simply passthrough proxy. URL in / URL out. When hitting that url directly I get a json feed. When hitting the Apigee address, I get a downloaded compressed .gz copy of the feed.
Any thoughts?
Solved! Go to Solution.
Can you try adding the "UseAcceptHeader" field on the response cache?
This will use the "Accept-encoding" header as part of the cache key and will return the right response value. We had a similar problem at another customer that was resolved by doing this.