The Brackets code editor (http://brackets.io) has a live development function that allows you to see your changes as you edit. Does anyone know if it’s possible to configure either Dreamfactory or Brackets so the the live development feature will work? This is the sort of error message I get in the console:
Failed to load resource: the server responded with a status of 403 (Forbidden)
XMLHttpRequest cannot load http://localhost:8080/rest/api_docs. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://127.0.0.1:62350’ is therefore not allowed access.
This is definitely a CORS issue. If you set up cors with * as your allowed hosts, you shouldn’t see that error.
I’ll try to replicate, could be a bug in the latest release.