I've captured some HTTP traffic using fiddler but both the request and response have a combination of plain and garbled text.
Example request in raw format:
The developer advised the request is being base64 encoded first and then compressed using deflate. Likewise the response needs to be base64 decoded and then uncompressed.
How can I handle this in JMeter?