On Wed, Mar 12, 2008 at 8:14 AM, Buchan Milne <<a href="mailto:bgmilne@staff.telkomsa.net">bgmilne@staff.telkomsa.net</a>> wrote:<br><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 class="Ih2E3d">On Wednesday 12 March 2008 12:48:20 Martin Rogers wrote:<br><br>
> Is it possible to do that without a code change? (our last resort!)<br>
<br>
</div>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.</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">http://server.domain.com</a><br><br>may be all you need.<br><br>Ralph Mitchell<br><br></div></div><br>