I'm working on a rails app that communicates with an iphone app via a restful xml interface. The iphone app developer wants to gzip the body of his requests since he's sending up various media. I thought that heroku would automatically deal with gzipped requests (http://adam.heroku.com/past/2009/4/22/gzip_makes_a_happy_web/) but it doesn't seem to: i get a load of garbled text through which i don't know how to deal with.
Is there a setting i need to set with my heroku app to deal with this? Or a particular header he (iphone dev) needs to send with his requests to tell heroku how to deal with it?
Bit stuck, any advice appreciated! thanks, max