Enable HTTP compression

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • 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