L2L2L Posted December 15, 2014 Share Posted December 15, 2014 I spent the hold day trying to figure out how to deal with cors!!! I'm testing on an local machine and don't have a server. How can I deal with cors.I been at this the whole day. Can anyone help me? Quote Link to comment Share on other sites More sharing options...
bvalosek Posted December 15, 2014 Share Posted December 15, 2014 It's almost always going to be worth it to run some local server during development, vs accessing the game via file:// Depending on your platform there are tons of easy options (google your platform + "local http server") I use the https://www.npmjs.com/package/http-server module, it works well with my workflow since I'm already using JS everywhere (grunt, npm, etc) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.