On Thursday 31 of January 2008 13:58:17 Reinoud Elhorst wrote:
> I was about to answer, then I remembered Kevin having done that before:
>
> (snip)
That's not what I meant. I don't want to be able to push cookies to the users
browsers. What I want to be able to do is something like that:
gadgets.io.makeRequest("example.org/?user=foo&pass=blah, callback, {
GET_COOKIES: true }), and the callback function would save the cookie for
later use in example.org fetches like:
gadgets.io.makeRequest("example.org", callback, { HEADERS: { "Cookie" :
my_saved_cookie} })
--
Best Regards,
Piotr Jaroszyński