X-Requested-With to uppercase
Style change because headers are case insensitive
This commit is contained in:
parent
88d53ec0d5
commit
c4031de6d6
|
|
@ -65,7 +65,7 @@ if (window.jQuery.request !== undefined) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var requestHeaders = {
|
var requestHeaders = {
|
||||||
'X-Requested-With': 'XMLHttpRequest',
|
'X-REQUESTED-WITH': 'XMLHttpRequest',
|
||||||
'X-OCTOBER-REQUEST-HANDLER': handler,
|
'X-OCTOBER-REQUEST-HANDLER': handler,
|
||||||
'X-OCTOBER-REQUEST-PARTIALS': this.extractPartials(options.update)
|
'X-OCTOBER-REQUEST-PARTIALS': this.extractPartials(options.update)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue