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.<br>
<br>Martin<br><br><div class="gmail_quote">On Wed, Mar 12, 2008 at 3:13 PM, Ralph Mitchell <<a href="mailto:ralphmitchell@gmail.com">ralphmitchell@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Mar 12, 2008 at 8:14 AM, Buchan Milne <<a href="mailto:bgmilne@staff.telkomsa.net" target="_blank">bgmilne@staff.telkomsa.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div class="Ih2E3d">On Wednesday 12 March 2008 12:48:20 Martin Rogers wrote:<br><br></div><div class="Ih2E3d">
> Is it possible to do that without a code change? (our last resort!)<br>
<br>
</div></div><div class="Ih2E3d">It is not possible with Hobbit only at present, but it is quite trivial to<br>
write a script that uses curl, that would work.<br>
<br>
We test our webmail systems, which require a login (returning a cookie), and<br>
an inbox view (which requires the cookie) this way.</div></blockquote><div><br>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:<br>

<br>   curl -s -S -L -b cookiejar -c cookiejar -o file.html <a href="http://server.domain.com" target="_blank">http://server.domain.com</a><br><br>may be all you need.<br><br>Ralph Mitchell<br><br></div></div><br>
</blockquote></div><br>