openwhisk-cli icon indicating copy to clipboard operation
openwhisk-cli copied to clipboard

Support CORS simple boolean setting when creating an api

Open mdeuser opened this issue 6 years ago • 0 comments

Add a new flag --cors true|false to the wsk api create command that indicates if CORS support should be handled by the API GW or not. When false CORS related requests can be explicitly handled by a web action.

mdeuser avatar Mar 22 '18 14:03 mdeuser