Hello Andre, > Here are some thoughts what might have been wrong: > - My first request was a direct POST-Request. At this time there was no > session running (i.e. I've had no cookie) so it might be, that the Webserver > was unable to identify me (now I first GET the page that contains the login > form)?
Yes, that is quite likely. Getting the page first to establish a session is a good idea. Some servers might even generate dynamic values into forms, so you'd have to parse the HTML page to create the POST request. > Perhaps you can tell me what was wrong or what I can optimize with my code > (see below)!? Sorry, I currently don't have the time to do code reviews. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
