Look at the headers being returned - Your response probably has Content-Encoding : gzip But the actual data being returned might not be in gzip format
regards deepak On Wed, Mar 2, 2016 at 11:57 AM, Amruta Tanksale < [email protected]> wrote: > Hello, > > > > I have searched extensively for the solution of this problem but did not > get enough information. I am testing a GET request in REST API and > although Sample Result is OK, I do not get any response in Response data > tab. A screenshot is attached. > > > > I am getting this error - *ERROR - > jmeter.protocol.http.sampler.HTTPJavaImpl: readResponse: > java.util.zip.ZipException: Not in GZIP format* > > > > I have no java code. I know my REST API result is huge. (search result). > Please suggest how do I get around this problem? > > > > Thank you > > A > > > > > >
