Hi all,
I'm having a weird behaviour with IE7 and 8; FF3, Chrome5 work fine:
new Ajax.Request(url, {
method: "get",
requestHeaders: { Cookie: "ApiToken=" + _api_token },
onSuccess: function(transport) {
// ...
}
});
As I said, it works fine in FF3 (ie: _api_token is defined), but in
IE7 and 8 the cookie is not attached to the request, where there's
only the other cookie I have, defined by the application I'm running.
Any clue ?
Thanks,
Ruggero
PS: I say "the cookie is not attached", because I can't see it in the
request header, which DebugBar shows me, and of course because the
response is not what I'm expecting.
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.