0

I've been reading all the suggestions on Ways to circumvent the same-origin policy, but I don't know which one would be most successful when using dashcode, or even how to implement it. Can anyone help?

Community
  • 1
  • 1
Davis Gossage
  • 39
  • 1
  • 4

1 Answers1

2

I've not used these solutions myself, but I'd suggest using either CORS (tutorial) or JSONP (simpler and more in-depth explanations).

If you want an easier solution, Any Origin was mentioned in the thread you linked.

The fact that you are using dashcode should not affect your javascript.

forevermac
  • 38
  • 5