I'm going to be using HTTP authentication in Conversant to limit access to our intranet site at http:// www.pennstateanesthesia.org/.
Seth wrote a tool for me called Downstreamer which can synchronize what's on the web with what's on the user hard disk. It uses a simple http url get a directory.opml file. Is there a way for this continue to work if I start using HTTP authentication? Would I hard code the username and password in to the url (http://user:password@www.pennstateanesthesia.org/intranet/)?
Clark