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
This is an enhancement request. Happy to help with a PR if it's deemed worthwhile.
I posted this on the Slack channel:
Did a little digging, and it looks like FW/1 doesn't have a built-in method or variable for accessing the request body (getHttpRequestData().content). Our app is receiving webhooks, and we want to access/store the entire payload. Since the framework is already parsing the body, maybe it makes sense to make this easily available to the app.
The text was updated successfully, but these errors were encountered:
Alternatively suggested
"o piggy back on what sneiland said, perhaps a framework var along the lines of decodeRequestBodyTo with a default of "rc" which means key/value, or anything other than rc specifies the variable to write it into in rc. decodeRequestBodyTo = "requestbody" would yield rc.requestbody with the contents"
This is an enhancement request. Happy to help with a PR if it's deemed worthwhile.
I posted this on the Slack channel:
Did a little digging, and it looks like FW/1 doesn't have a built-in method or variable for accessing the request body (
getHttpRequestData().content
). Our app is receiving webhooks, and we want to access/store the entire payload. Since the framework is already parsing the body, maybe it makes sense to make this easily available to the app.The text was updated successfully, but these errors were encountered: