Body is base64 encoded for http.request
event with application/json
Content-Type.
#434
Milestone
http.request
event with application/json
Content-Type.
#434
This is a Bug Report
When I made a request to an HTTP subscription with
Content-Type: application/json
, thebody
was base64-encoded in my handler, rather than being the JSON string.My guess is that this regression happened in #421. See the comment here for why we do this behavior.
The text was updated successfully, but these errors were encountered: