Hi! I'm extracting some information from another webapplication and render it as part of my cocoon based portal. I do this using the html generator to retrieve the xhtml from the 3rd party webapplication and use xslt stylesheet to extract the information I need. While this generally works quite well, I get some problems, when the 3rd party URL is protected via HTTP authenticiation. To my understanding, technically everything should work, when i add a Authorization HTTP-Header (e.g. "Authorization: Basic 7234jhdfhjasfhjsd") to the request of the 3rd party URL. I even would consider hardcoding this information. I already browsed the html- generator sources, but I cant't find a simple way to achieve this...
Anybody any hints ? gernot. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>