Bug 11207
Summary: | XmlHttpRequest has a problem with custom headers | ||
---|---|---|---|
Product: | WebKit | Reporter: | Manuel Holtgrewe <purestorm> |
Component: | XML | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 419.x | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.ggnore.net/~mholtgrewe/safaribug/test.html |
Manuel Holtgrewe
I found the bug in Safari Version 2.0.3 (417.9.2) that still appears in Version 2.0.4 (419.3).
You can find a description and a test case of the bug at:
http://www.ggnore.net/~mholtgrewe/safaribug/test.html
From this page:
"""
Clicking on the buttons below will each create a XmlHttpRequest. One will try to GET on a static HTML file (test.html, this file) the other one will try to get a PHP file which will only force the header "X-Powered-By: PHP/4.3.11" (to make sure that it is there and not deactivated). I assume that the "X-Powered-By" header make XmlHttpRequest#getResponseHeader fail.
"""
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
Manuel, please try this with a nightly WebKit build. I think it may be fixed in WebKit tip-of-tree (ToT) already. You may get a nightly build at http://nightly.webkit.org/.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of 5924 ***