Extractor
Extractor copied to clipboard
JSON to Base64 Decode does not work.
The plugin fails to strip the " around JSON parameters so the base64 decode fails. For example: {"foo":"YmFy"}
With the Extractor set to Body>JSON:foo>Base64
This is probably as the code is trying to decode "YmFy" instead of YmFy