cjelger opened a new issue #2634: Form URL encoded parameters are not properly processed by web actions URL: https://github.com/apache/incubator-openwhisk/issues/2634 On a local vagrant machine, when POSTing some `form-urlencoded` parameters to a web action, the parameters are NOT added to the `input` of the web action. The parameters are however available via the `__ow_body` parameter. Example: `curl --insecure -X POST -d "param1=value1" -d "param2=value2" -H "Content-Type: application/x-www-form-urlencoded" https://actionUrl` Expected behavior: the web action should receive the `param1` and `param2` parameters in the action `input`. Actual behavior: the web action receives `__ow_body: "param1=value1¶m2=value2"` cc: @csantanapr and @akrabat as discussed on Slack. ---------------------------------------------------------------- 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
