OK, but those two are testing tools, and what I'm after is primarily a server side Javascript engine which behaves as a headless browser so I can make use of the container features like cookie management. Are there any suitable tools for that, can those testing tools be used in such a way? Will something like envjs argument Rhino to add this behaviour? Or is a different Javascript engine going to be more suitable?
Thanks Robbie On Apr 21, 8:05 am, Ahmed Ashour <[email protected]> wrote: > Hi Robbie, > > Rhino is a JavaScript engine, not Html/Http processor. > > You can have a look at HtmlUnit or WebDriver. > > Yours, > Ahmed > ---- > Blog:http://asashour.blogspot.com > > ________________________________ > From: Robbie Clutton <[email protected]> > To: [email protected] > Sent: Wed, April 21, 2010 9:07:30 AM > Subject: Cookies > > Hi, > > I've just started using envjs (for jQuery support) and Rhino for some > server side bots I'm writing against an API. The API depends on > session based authentication after a basic auth handshake and > generally when running in a browser, or Adobe AIR container, the > container takes care of the session and cookie in the request headers, > but I'm seeing behaviour where this doesn't seem to be the case. > > So two questions really, does Rhino take care of cookie management? > If not, are there any best practices for this? > > Secondly, is there any Firebug like tools for Rhino? > > Many thanks > > Robbie > _______________________________________________ > dev-tech-js-engine-rhino mailing list > [email protected]https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
