[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Possible to have Hobbit retain and use cookies?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Possible to have Hobbit retain and use cookies?
- From: "Martin Rogers" <martin.e.rogers (at) googlemail.com>
- Date: Wed, 12 Mar 2008 15:28:45 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=loCVpA/qIcqqsAABfHtPsxZ9HIw1ab1DlGNhrDcDKQ0=; b=tj9hJ8FnHG1j7aVCW/BLNp9Gi5XVzOqzHtfHc9IlWpbzhKjn7Z95hOGHLy3lm2KdgiEwB518Zf7pb60D5SoSccAbvtOZ7K1O3El9JT676YtX8Ss5qmWJWfTXHD/VLNJ0DPNFzmRL53JoLhUDNgts7zAN0Es3qgNrO50rBi1LDDA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Ag8MY3JcIT8gb/bXyzuM2Lx5Qc7Ni/tK+fIcZDEdGlfz4TOY74/e9R24yYz5G52M8I1ehxo/isFBzNYXRdj7G0l/nrItA29I7bfg2yxpseMR5BwQHWStmIHyxUXV2sQP87LDpJB2XAv1ngmMlvwpsdeZU8Rw54eY3wjlUW/j8tQ=
- References: <952f1c2b0803120322v7f71929bq53f13557fee81ad3 (at) mail.gmail.com> <20080312103355.GA3208 (at) cgoyard1.exp75.cvf> <952f1c2b0803120348n33332ac8p3afc8b5aaed97f52 (at) mail.gmail.com> <200803121514.54540.bgmilne (at) staff.telkomsa.net> <997a524e0803120713w54b7dddfq25ff6c48cb452788 (at) mail.gmail.com>
Thanks for all the many responses and suggestions, I am impressed by the
community around this product! I will probably have an opportunity to test
this out over the next couple of days; we do not have direct control over
the 'real' hobbit servers, so will have to duplicate in our test setup.
Martin
On Wed, Mar 12, 2008 at 3:13 PM, Ralph Mitchell <ralphmitchell (at) gmail.com>
wrote:
> On Wed, Mar 12, 2008 at 8:14 AM, Buchan Milne <bgmilne (at) staff.telkomsa.net>
> wrote:
>
> > On Wednesday 12 March 2008 12:48:20 Martin Rogers wrote:
> >
> > > Is it possible to do that without a code change? (our last resort!)
> >
> > It is not possible with Hobbit only at present, but it is quite trivial
> > to
> > write a script that uses curl, that would work.
> >
> > We test our webmail systems, which require a login (returning a cookie),
> > and
> > an inbox view (which requires the cookie) this way.
> >
>
> I'd second that - I'm doing about 1500 tests spread over about 600 hosts,
> all using curl with cookies, though I generally delete the cookie file at
> the top of the script to avoid "open session" confusion. There's no reason
> not to keep on using the same cookie file, though. Something like:
>
> curl -s -S -L -b cookiejar -c cookiejar -o file.html
> http://server.domain.com
>
> may be all you need.
>
> Ralph Mitchell
>
>
>