You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpRequest.jstransformed.body is a string that is not what I expect to see for instance in case of application/octet-stream content.
I would like to have a binary representation of the recorded request body as well as string.
{
"ip":...,
"body": "...",
"bytes": ""iVBORw0KGgoAAAANSUhEUgAABjIAAAYCCAYAAACR..." // body as bytes (base64 string)
}
Actual behaviour
At the moment requests history returns body as string only.
Software versions used
OS :
mountebank : 2.7.0
node.js :
(only if installed via npm)
Installation method :
(npm, zip, tar, pkg, deb, rpm)
The text was updated successfully, but these errors were encountered:
Expected behaviour
httpRequest.js
transformed.body
is a string that is not what I expect to see for instance in case ofapplication/octet-stream
content.I would like to have a binary representation of the recorded request body as well as string.
Actual behaviour
At the moment requests history returns body as string only.
Software versions used
The text was updated successfully, but these errors were encountered: