Be googling all morning, but can't find the answer.
The official documentation does not even have the words "https" or "ssl".
I currently have something like:
var A = backbone.Collection.extend({
url : "a"
});
Is there a way to make https url without using an absolute path?
source
share