rabbah commented on issue #3919: Allow raw JSON string as response for webaction without base64 encoding. URL: https://github.com/apache/incubator-openwhisk/pull/3919#issuecomment-409027066 Note that we continue to encode JSON for raw http actions receiving `__ow_body`. For symmetry, we should stop doing that as well. This would mean functions would `JSON.parse(param.__ow_body)` instead of `JSON.parse(decode64(param.__ow_body))`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
