DO NOT REPLY [Bug 26070] - [RFE] Allow streaming of POST methods via chunked transfer encoding.

2004-04-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=26070. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16124] - isHttp11 should have HttpClient scope

2004-04-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=16124. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16124] - isHttp11 should have HttpClient scope

2004-04-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=16124. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 26070] - [RFE] Allow streaming of POST methods via chunked transfer encoding.

2004-04-30 Thread Michael Becke
Oh :) Yes, that makes more sense. Mike On Apr 30, 2004, at 4:21 AM, [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=26070. ANY REPLY MADE TO THIS MESSAGE WILL

DO NOT REPLY [Bug 16124] - isHttp11 should have HttpClient scope

2004-04-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=16124. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16124] - isHttp11 should have HttpClient scope

2004-04-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=16124. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16124] - isHttp11 should have HttpClient scope

2004-04-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=16124. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
Hello Mike: According to your advice, I changed the code to look like the following, but I am getting Invalid Password error. I used the Id and password from the IE browser and it logged me in. I noticed in your loginMD5(), there are two GetMethod()'s, should the second one be PostMethod() ?

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
OK thanks. Should the second GetMethod() in loginMD5() be PostMethod() ? Frank -Original Message- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 10:19 AM To: Commons HttpClient Project Subject: Re: Yahoo login with Httpclient Hi Frank, I was also unable to

Re: Yahoo login with Httpclient

2004-04-30 Thread Michael Becke
I'm not sure. The POST/GET is being done via JavaScript, and I'm not exactly sure which it's doing. I have a feeling either will work. Mike Min (Frank) Ni wrote: OK thanks. Should the second GetMethod() in loginMD5() be PostMethod() ? Frank -Original Message- From: Michael Becke

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
Hi Mike, Oleg : I've been trying different things and it seems MrPostman (inside www.sf.net ) got me a little closer. I can use the following programs and try to log into Yahoo. Although I still can't see the logged-in page, but if I supply the wrong Id/password, it will tell me, seems to me

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
Hi Mike, Oleg : I've been trying different things and it seems MrPostman (inside www.sf.net ) got me a little closer. I can use the following programs and try to log into Yahoo. Although I still can't see the logged-in page, but if I supply the wrong Id/password, it will tell me, seems to me

RE: Yahoo login with Httpclient

2004-04-30 Thread Min (Frank) Ni
It's interesting to hear that, I didn't know either project good enough to be sure if I can combine the functions, but it seems there are things each project can learn from the other. The other thing I wonder is : if I can successfully login to Yahoo Email, would it be easy to go to Yahoo

RE: Yahoo login with Httpclient

2004-04-30 Thread Oleg Kalnichevski
On Fri, 2004-04-30 at 22:47, Min (Frank) Ni wrote: It's interesting to hear that, I didn't know either project good enough to be sure if I can combine the functions, but it seems there are things each project can learn from the other. The other thing I wonder is : if I can successfully login