openwhisk-devtools
openwhisk-devtools copied to clipboard
knative - respond as bad request if __ow_ are part of HTTP request
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.