On 25.04.2007 04:58, Joseph White wrote:
The FileGenerator lets me access a website and get XML that I want to present. How do I include the necessary authentication (or allow the authentication to "pop-up") so I can receive the XML output?
It depends on the authentication scheme. It sounds like basic authentication, so there might be a way to encode it in the URL itself. It might be wrong or non-standard, but I remember something like
http://user:[EMAIL PROTECTED] Regards Joerg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
