Pete Johnson
Pete Johnson
Hi there, When using OpenFaaS and Node.js to build an API accessible by Javascript running in the browser, browsers will make a preflight OPTIONS call prior to a POST. As...
Simple two line fix that enables the function developer to write to the response headers for the OPTIONS verb in the same way they already could for GET and POST....
Hi there, I'm running fn on a K8S cluster and can run through the Go instructions just fine: https://fnproject.io/tutorials/Introduction/ But when following their Node equivalent: https://fnproject.io/tutorials/node/intro/ The `fn invoke nodeapp...