Mathias Söderberg wrote:
> Hi!
> I, like many others, are trying to login to a website using HttpClient and
> the PostMethod. When running the program I'm getting the following result:
> 
> Login form get: HTTP/1.1 200 OK
> Initial set of cookies:
> - PHPSESSID=4c3499e030f2e09c35e5af6fb20571f0
> - checksum=f2d870271e0887c854fd041ad746cb78
> Login form post: HTTP/1.1 200 OK
> Logon cookies:
> - PHPSESSID=4eb20a61a4a09f4cf89db46af25affb2
> - checksum=0a8a452f089ad78ce3b0ea670d0d8011

So the POST of the login form returns a page instead of a redirect.
Have you taken a look at that page? Maybe it's the one you want.
If not, it may contain an error description.

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to