Nevermore
05-02-2007, 06:29 AM
I'm trying to do a remote login from a Firefox extension. The login would need to do the following:
-Send username/password via POST
-Gather returned cookie
-Set cookie
And would need to do this in the background, without disturbing the page - so probably via xmlHTTP.
I know this is possible; gmail checking plugins must use it, for example. Anyone got any idea how to do it?
Thanks!
-Send username/password via POST
-Gather returned cookie
-Set cookie
And would need to do this in the background, without disturbing the page - so probably via xmlHTTP.
I know this is possible; gmail checking plugins must use it, for example. Anyone got any idea how to do it?
Thanks!