pritidesai opened a new issue #215: knative - form data - support web action form data URL: https://github.com/apache/incubator-openwhisk-devtools/issues/215 OpenWhisk web actions may receive URL encoded form data `application/x-www-form-urlencoded` as input in addition to standard `application/json`. V.S. Knative web actions only accepts `application/json` data. We need to find a way using [build file](https://github.com/mrutkows/openwhisk-knative-build/blob/master/runtimes/javascript/tests/webactionhelloworld/build.yaml.tmpl) to configure input data, may be with `arguments`: https://github.com/mrutkows/openwhisk-knative-build/blob/master/runtimes/javascript/tests/webactionhelloworld/build.yaml.tmpl#L14
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
