[Webkit-unassigned] [Bug 11049] XMLHttpRequest always defaults Content-Type to application/xml, while it should depend on data type
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 4 14:43:24 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=11049
Carol Szabo <carol.szabo at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carol.szabo at nokia.com
--- Comment #2 from Carol Szabo <carol.szabo at nokia.com> 2009-11-04 14:43:24 PDT ---
A more recent version of the specification
http://www.w3.org/TR/XMLHttpRequest/#the-send-method specifies that the default
Content-Type should be text/plain if the send method is called with a string.
Which makes sense since there is no information about the content of the
string.
Proposed Patch coming soon.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list