Pergunta

Trigger.io has a forge.request module that takes care of cross-domain HTTP requests.

What's the cleanest way of integrating it into a backbone app?

It is possible to override the Sync method ( for example https://github.com/martindavis/trigger-backbone.sync )

But I don't feel very comfortable using a random plugin for something as important.

Foi útil?

Solução 2

Just following up on my own question. I ended up using https://github.com/martindavis/trigger-backbone.sync with some modifications - so far so good

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top