Perhaps the default headers passed to `XHR` should be ``` json { "Accept": "application/json" } ``` I think it makes sense since the model is expecting JSON. I've been otherwise having to add this to `ajaxConfig` for all my models. Thoughts?