Message Content Compression
PCI Booking supports message compression of the following formats:
- Gzip
- Deflate
Customers who use the API and send correctly formatted requests will not be affected. They may only enjoy a faster response, as the payload of the response is compressed.
In order to avoid problems with processing the responses from PCI Booking, customers that send requests with the HTTP header Accept-Encoding
, should verify that their client application also supports the denoted compression format(s) in order to be able to process the response.
For example, if a customer sends a request with the following header
Accept-Encoding: deflate, gzip;q=1.0
They must ensure that their client application supports both gzip
and deflate
compression formats.
Updated over 5 years ago