mrutkows / openwhisk-knative-build

Knative build resources for Apache OpenWhisk Functions
Apache License 2.0
0 stars 1 forks source link

web action - bad request if __ow_ are part of HTTP request #43

Open pritidesai opened 5 years ago

pritidesai commented 5 years ago

web action has a list of parameters which are reserved and can not be manipulated by the user. If a user sends __OW_METHOD, __OW_HEADERS, and __OW_PATH as part of request data/query, mark such request as 400 Bad Request.