Alongside the existing
"body"
action result (which is always either UTF8 or the result of parsing response JSON), the "http" action now includes a
"body_base64"
value in its results. This is useful when retrieving binary third-party data (like images) that cannot be represented as a valid UTF8 string.
Read more