https://bugzilla.wikimedia.org/show_bug.cgi?id=17255
--- Comment #13 from Roan Kattouw <[email protected]> 2011-03-29 18:17:28 UTC --- (In reply to comment #12) > Modern XHR browser implementations do support reading and sending custom > headers and reading custom response codes etc. ie > xhr.setRequestHeader('custom-header', 'value'); and > xhr.getAllResponseHeaders() > etc. > > We won't be supporting non-modern XHR systems since the browser needs to > support the blob slice api... I don't think the issue would be on the client, > my concern would be if there are any foreseen issues on the back end. > > I suppose we could support both... by also supporting these headers in the api > request and response. Does jQuery AJAX support this? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
