https://bugzilla.wikimedia.org/show_bug.cgi?id=17255

--- Comment #12 from Michael Dale <[email protected]> 2011-03-29 18:16:23 UTC ---
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.

-- 
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

Reply via email to