On Sat, 14 Mar 2004, Tim Churches wrote: > On Sun, 2004-03-14 at 04:51, Andrew Ho wrote: > > > To render an OIO form for data collection -> > > http://ip_address_to_server/OIO/forms/fillout_form?skin=pink_interface&pt=4973&form=Prognotes_v0 > > > > Two quick questions: > > Does this always create a new form
Tim, Yes, this particular method always creates a new form-instance. > or will it also retreive an existing form (or more precisely, population > the nominated form with existing values for that patient?). There are other methods that can be called to do that. > How does OIO handle authentication of such requests? In other words, how > or where are the credentials of the requestor passed to the OIO server? > Presumably not as part of the URL since you don't list it there (and > that's good because passing credentials in a URL is terribly insecure). We rely on HTTP basic authentication or cookie-based authentication, both provided by Zope. Best regards, Best regards, Andrew --- Andrew P. Ho, M.D. OIO: Open Infrastructure for Outcomes www.TxOutcome.Org ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Care2002-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/care2002-developers

