Hello Jake,

the Client HTTP Programming Primer addresses the problem of
submitting HTML forms in HttpClient:
http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners

Follow the instructions about "analyzing the form" twice,
once for the HTTP and once for the HTTPS version. Check for
differences. Also, check whether one of the cookies you might
get is declared as "secure". In that case, it would only be
sent to the server if you are using HTTPS.

hope that helps,
  Roland

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

Reply via email to