- From: Alexey Proskuryakov <ap@webkit.org>
- Date: Tue, 12 Feb 2008 11:09:34 +0300
- To: Hallvord R. M. Steen <hallvord@opera.com>
- Cc: "Web API WG (public)" <public-webapi@w3.org>
On Feb 12, 2008, at 4:37 AM, Hallvord R. M. Steen wrote: >> http://tc.labs.opera.com/apis/XMLHttpRequest/setRequestHeader/001.htm > > Hm.. This passes in some browsers for me. It fails in Firefox (and > correctly outputs failed). It passes in Opera and IE7. I can't even > figure out why it fails in Safari - it doesn't send the request.. With shipping Mac Safari, I see the request being sent. The failure looks like a bug in the test script: HTTP headers are case- insensitive, but it only allows "x-custom-header", not "X-Custom- Header". - WBR, Alexey Proskuryakov
Received on Tuesday, 12 February 2008 08:09:44 UTC