Unplanned
Last Updated: 21 Oct 2023 07:04 by Dan Avni
Dan Avni
Created on: 08 Oct 2023 16:08
Type: Feature Request
0
Feature request: Add GZIP/UNGZIP to TextWizard

I have a base64 of a gzip of utf8 bytes of a string - base64(gzip(utg8(string)))

Please add to the TextWizard options in the transform to encode/decode a string to gzip

 

2 comments
Dan Avni
Posted on: 21 Oct 2023 07:04
I tried working with a session but it is not as straoght forward for encoding. For decoding a base-64 gzip I could not figure out how to do that in a session (without having to push headers as well)
Eric
Posted on: 20 Oct 2023 20:39
The ToDeflatedSAML and FromDeflatedSAML options are pretty close to what you're asking for. If they're not quite close enough, you can use the "...as Session" option to create a new Session based on the output of an encoding/decoding, and then use the TRANSFORMER inspector to add/remove compression.