RE: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread ross_r
PROTECTED] Sent: Tuesday, July 01, 2003 5:09 PM To: Commons HttpClient Project Subject: Re: Out of luck... was RE: Posting Issues was RE: Cookie Issues Ross, curiously enough, it seems to work for me. Have a look at my code. Please I note that I do not even set the cookies import

Re: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Oleg Kalnichevski
Ross, curiously enough, it seems to work for me. Have a look at my code. Please I note that I do not even set the cookies import org.apache.commons.httpclient.*; import org.apache.commons.httpclient.methods.*; public class Test { public static void main(String args[]) throws Exception { Ht

RE: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Wilcox, Mark
Did you check to see if perhaps you're sending "\n" and the browser is sending "\r\n"? A blind stab in the dark :). Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 7/1/2003 3:51 PM To: 'Commons HttpClient Project'

Re: Out of luck... was RE: Posting Issues was RE: Cookie Issues

2003-07-01 Thread Michael Becke
My only other thought is to set the user agent. You can do this with: HttpMethod.setRequestHeader("User-Agent", "Mozilla, etc"); You should make this value the same as what your browser is using. Mike [EMAIL PROTECTED] wrote: Welp, I have tried everything I can think of cookie types, http