I hope that all ours are OK.
Now I'm trying to connect to a Http server made in Espruino like http://forum.espruino.com/conversations/334253/#comment14748665 from JS Client, but happen a error of permission about Access-Control-Allow-Origin because my JS Client is in another server and my Espruino web server is in another IP. How can I enable CORS on Espruino or why's happening that?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi friends of Espruino,
I hope that all ours are OK.
Now I'm trying to connect to a Http server made in Espruino like http://forum.espruino.com/conversations/334253/#comment14748665 from JS Client, but happen a error of permission about Access-Control-Allow-Origin because my JS Client is in another server and my Espruino web server is in another IP. How can I enable CORS on Espruino or why's happening that?