So I have an app that uses the Zend amazon web services client. I am now getting an error from the service, and I want to see the raw request and response.
I can't find a way to do this in the docs! This class implements Zend_Rest_Client so it seems like there should be a rawResponse() method but there isn't. This is on a production server and I am behind a firewall, so I can't proxy to fiddler.
Any suggestions?