Access-Control/CORS Headers?

in Development
I have my API request running properly through the command line over cURL, but when I try to move them to my website and calling via jQuery or Node, I am receiving back errors on the pre-flight/options request saying that the standard CORS/Access-Control-Allow-Origin header is not set. Does anyone know how to get the Lightspeed endpoint to respond properly to pre-flight requests?
"Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8888' is therefore not allowed access."
"Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8888' is therefore not allowed access."
2 comments
Try adding the following to your request headers witin your front-end app:
Adrian Samuel
Software Developer
Lightspeed HQ