---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Enable HTTP compression

# Enable HTTP compression {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

By default, the SOAP request is accepted un-compressed and the result of the request is
returned un-compressed.  
To enable HTTP compression using \[gzip\] when sending in your SOAP request, set the following HTTP header:

    Content-Encoding: gzip

To receive the SOAP response compressed using \[gzip\] send in your SOAP request with the following HTTP header:

    Accept-Encoding: gzip


