Alright quick question. I read in the documentation that the Service URL "api/todos" is appended to the site origin by Breeze. i.e. if I am running localhost:5020 it will be http://localhost:5020/api/todos.
That is great, but my services are on a different domain. http://localhost:6020 and not on the same domain which is running my client app. How can I configure this? Where do I tell breeze that all my calls are going to this full domain?
I hope the question is clear. I will post more questions as I come across it. So far, I think this could really be a game changer.
Following your progress on twitter.
-Suj