My app responds to requests based on the HTTP Accept header. Where can I override the request settings for pageloads to add the 'Accept: text/html'?
I realize I could do it in the global $.ajaxSetup(), but I don't want to have to change that every time I want to make a non-pageload ajax request.