We are testing a Silverlight application in the project and the developers have used the DeflaterOutputStream from SharpZipLib for compression. We wanted to correlate a few values and we couldn’t do it because the responses are compressed.
It is possible to decompress these responses using LoadRunner? or Is there any custom code that will reslove this issue?
We have already tried a option with Run-time Settings >> Preferences >> Options >> Accept server-side compression is NONE. It didn't work.