Allow to acces rawBody request in webhook executions
This would make it possible to perform payload signature validations and ensure message integrity before further processing.
Comments
To leave a comment, please authenticate.
Marcos Muíño, 6 hours ago
We are also adding the helpers to retrieve query and method request parameters:
* yepcode.context.parameters should keep returning merged query and body params
* Add yepcode.context.request.rawBody, yepcode.context.request.query and yepcode.context.requests.method
* yepcode.context.parameters should keep returning merged query and body params
* Add yepcode.context.request.rawBody, yepcode.context.request.query and yepcode.context.requests.method