Without having to implement a custom collection.sync
, is it possible to send custom headers to the server when Backbone.js calls its sync
method?
That is, I want to pass a customer header to the server when I perform an operation, like collection.fetch
.
Thank you.