Skip to main content
Adds encoding headers to outgoing requests so the service knows you can handle compressed responses. Use this to tell the server it may send data back in a compressed form (such as gzip), which can reduce transfer sizes. You choose which of the two headers to add; each one is set to a fixed list of supported encodings.

Fields

Sample data

This plugin sets headers on outgoing HTTP requests on a live connection rather than transforming integration data, so there is no before/after to show. The configuration below adds the Accept-Encoding header but leaves out the TE header.
FieldValue
Add TE headeroff
Add Accept Encoding headeron