Compression

Compression Overview

For some destinations, you may get around 800 to 1200 results. Transmission of such big responses takes extra time over the internet. To overcome this problem and reduce transmission/ response time by about 80%, system is enabled with gzip compression. Please check the below steps on how to receive compressed response.

Step 1: Request must contain the header as � Accept-Encoding:gzip, deflate�.

Step 2: If server detects, the response will be compressed

Step 3: Client receives response with the header �Content-Encoding: gzip�.

Step 4: Client need to decompress the Response before processing.

Important Note:

In case of 400 Bad Request, kindly verify the response Message in Web Exception

You can use following link to validate your Json Request: https://jsonlint.com/