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
Only transform the supplied request body type if type is BINARY
- There were two bugs with the transformation.
- Firstly it always altered the body type to String causing issues for other types such as REGEX.
- Secondly the transformation for BINARY didn't actually happen because we was comparing
BodyType with a symbol which was failing miserably and not actually transforming the body value.
0 commit comments