Safari crashed for me. :(
IE6 and IE7:
2 failures:
24. core module: not(String) (1, 1, 2)
not('selector')
not('selector, selector') expected: [object],[object],[object],
[object], result: [object],[object],[object],[object],[object]
70. ajax module: $.ajax - preprocess (1, 0, 1)
check return value, should be the custom header sent
I also did some tcpdumps and poked through them in wireshark.
Eventually it dawned on me that your problem with setting custom
headers is that IE may only accept valid HTTP headers -- something in
the HTTP specs, something IE specific, or an X-* header. Note that x-
requested-with is definitely working for both IE6 and IE7. Try X-
Custom-Header and see what happens.
Corey
On Dec 4, 2006, at 12:38 PM, Jörn Zaefferer wrote:
> Corey Jewett schrieb:
>> Do you have an isolated test case proving IE is ignoring
>> setRequestHeader?
>>
> It's part of the testsuite, available in SVN. It's a bit complicate to
> isolate the problem: I'm not sure what is happening on the serverside
> and I can't debug it. I can't even see what is actually send in IE (no
> Firebug...).
>
> I uploaded the "compiled" testsuite here:
> http://fuzz.bassistance.de/ie-requestheader/test/index.html
>
> Would be nice to see if this works in Safari...
>
> --
> Jörn Zaefferer
>
> http://bassistance.de
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/