You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dhritzkiv - making the change you identify fixed my problem of receiving xml responses. It seems that the default Accept header is "text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8", which I think is just the default that node's http module uses.
I'd vote for setting Ampersand's default to json.
Perhaps the default headers passed to
XHR
should beI 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?
The text was updated successfully, but these errors were encountered: