faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
<FromGitter> <alex-lairan> Hi ! ⏎ ⏎ How can I fix that ? ⏎ `Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.` ⏎ ... [https://gitter.im/amberframework/amber?at=5d3090ad54d33839372d71c1]
<FromGitter> <drujensen> If I recall, the CORS requires an origin
<FromGitter> <drujensen> check your requests and see if an origin is being passed
<FromGitter> <alex-lairan> Ok thanks, I try it