Can't make a request to flask-restful API with backbone.js Can't make a request to flask-restful API with backbone.js flask flask

Can't make a request to flask-restful API with backbone.js


I think that backbone.js expects the responses from PUT and POST requests to contain the object that was updated/saved. This is why it can't work with django-tastypie out of the box.

The response headers of your example show a "content-length: 0".