starpit commented on issue #4010: CORS headers work URL: https://github.com/apache/incubator-openwhisk/pull/4010#issuecomment-422403068 it does expose a rather fascinating aspect of serverless that i hadn't much considered till now: a conventional client-with-server-proxy architecture will certainly require some level of multi-tenancy; either shared in-process (for e.g. a java/scala-based endpoint controller), or at least at the OS level (e.g. for run-and-done PHP-style controllers). whereas, with this CORS change, we can enable a path from client to API endpoints that needn't have a multi-tenant intermediary -- especially so if one stands up a private openwhisk.
---------------------------------------------------------------- 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
